diff options
Diffstat (limited to 'otherlibs/win32unix/windbug.c')
-rw-r--r-- | otherlibs/win32unix/windbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/windbug.c b/otherlibs/win32unix/windbug.c index 0370d2de7..0cab906a2 100644 --- a/otherlibs/win32unix/windbug.c +++ b/otherlibs/win32unix/windbug.c @@ -26,7 +26,7 @@ int debug_test (void) debug = (getenv("OCAMLDEBUG") != NULL); debug_init = 1; }; -#endif +#endif return debug; } |