From ad0cbfbd790bc5d6003ffcff2835d82fb0140625 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 12 Jul 2001 22:27:00 +0000 Subject: Changed instances of TRUE, FALSE to True, False as some compilers don't have the first set of symbols. --- source/printing/nt_printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/printing') diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c index a47d39355fe..fdf31d35e44 100644 --- a/source/printing/nt_printing.c +++ b/source/printing/nt_printing.c @@ -552,7 +552,7 @@ BOOL get_short_archi(char *short_archi, char *long_archi) DEBUGADD(108,("long architecture: [%s]\n", long_archi)); DEBUGADD(108,("short architecture: [%s]\n", short_archi)); - return TRUE; + return True; } /**************************************************************************** -- cgit