| 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/scheduler/sysdeps.c b/scheduler/sysdeps.c index ed530de..4a837a3 100644 --- a/scheduler/sysdeps.c +++ b/scheduler/sysdeps.c
@@ -36,7 +36,7 @@ #include "wine/exception.h" #include "debugtools.h" -DEFAULT_DEBUG_CHANNEL(thread) +DEFAULT_DEBUG_CHANNEL(thread); /* Xlib critical section (FIXME: does not belong here) */ CRITICAL_SECTION X11DRV_CritSection = CRITICAL_SECTION_INIT;