summaryrefslogtreecommitdiff
path: root/comm/error.h
diff options
context:
space:
mode:
authorchatty1994-05-10 11:36:23 +0000
committerchatty1994-05-10 11:36:23 +0000
commitb0fff9b9e5becf35cdd051a81d0574a3a6c3be2a (patch)
treef6e866161bb17587d344d0fbdf30cef57b435444 /comm/error.h
parent6f03fc87b2858caf3424639cbba2d38f8f8f3029 (diff)
downloadivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.zip
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.gz
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.bz2
ivy-league-b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a.tar.xz
replaced TRUE/FALSE by true/false
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);