commit | 529da543943df8ba91fc0ab608e64e5bf4dddaa4 | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dimi@cs.toronto.edu> | Mon Nov 27 23:54:25 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 27 23:54:25 2000 +0000 |
tree | 72e6208c0c1ad0a5047fb5cceaa814a7279a5454 | |
parent | 1a5e22f558b336a5f15b1e58f1f88a8873d6a049 [diff] [blame] |
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
diff --git a/windows/timer.c b/windows/timer.c index 126ef16..e9f2b79 100644 --- a/windows/timer.c +++ b/windows/timer.c
@@ -15,7 +15,7 @@ #include "message.h" #include "debugtools.h" -DEFAULT_DEBUG_CHANNEL(timer) +DEFAULT_DEBUG_CHANNEL(timer); typedef struct tagTIMER