summaryrefslogtreecommitdiffstats
path: root/source/printing
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-07-12 22:27:00 +0000
committerTim Potter <tpot@samba.org>2001-07-12 22:27:00 +0000
commitad0cbfbd790bc5d6003ffcff2835d82fb0140625 (patch)
treed92dde3df7233d3f64b7ee8ac4bf229174ae3b2a /source/printing
parent914e78f05356c66665ede6948ec18814c2c2c503 (diff)
downloadsamba-ad0cbfbd790bc5d6003ffcff2835d82fb0140625.tar.gz
samba-ad0cbfbd790bc5d6003ffcff2835d82fb0140625.tar.xz
samba-ad0cbfbd790bc5d6003ffcff2835d82fb0140625.zip
Changed instances of TRUE, FALSE to True, False as some compilers don't
have the first set of symbols.
Diffstat (limited to 'source/printing')
-rw-r--r--source/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
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;
}
/****************************************************************************