From b0fff9b9e5becf35cdd051a81d0574a3a6c3be2a Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 11:36:23 +0000 Subject: replaced TRUE/FALSE by true/false --- comm/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comm/error.h') 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); -- cgit v1.1