summaryrefslogtreecommitdiff
path: root/comm/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/error.h')
-rw-r--r--comm/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/comm/error.h b/comm/error.h
index a0d11ef..340d3a0 100644
--- a/comm/error.h
+++ b/comm/error.h
@@ -43,7 +43,7 @@ typedef errtype (*ErrorHandler) (errtype, const char* who, const char* what, con
typedef void (*CleanUpProc) ();
extern void ProgramName (const char*);
-extern void LogfileName (const char*, bool = FALSE);
+extern void LogfileName (const char*, bool = false);
extern void CleanUp (CleanUpProc);
extern ErrorHandler SetErrorHandler (ErrorHandler);