diff options
author | Tim Potter <tpot@samba.org> | 2001-11-15 05:26:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-15 05:26:22 +0000 |
commit | 06ff349e21abd9398eaac521c3a23c2ab7a10cb2 (patch) | |
tree | 7b63d01c57d4f8eb30065e93502bef5100ccba95 /source3/rpcclient | |
parent | c5ceae9dc95bb8e0e8a2067c481f394b752f46e7 (diff) | |
download | samba-06ff349e21abd9398eaac521c3a23c2ab7a10cb2.tar.gz samba-06ff349e21abd9398eaac521c3a23c2ab7a10cb2.tar.bz2 samba-06ff349e21abd9398eaac521c3a23c2ab7a10cb2.zip |
FALSE -> False
(This used to be commit 7c6529c081abe051055be5fbf3016fbea2474752)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_spoolss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index abcb3589d4..684b6c58db 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/rpcclient/cmd_spoolss.c @@ -58,7 +58,7 @@ BOOL get_short_archi(char *short_archi, char *long_archi) if (archi_table[i].long_archi==NULL) { DEBUGADD(10,("Unknown architecture [%s] !\n", long_archi)); - return FALSE; + return False; } StrnCpy (short_archi, archi_table[i].short_archi, strlen(archi_table[i].short_archi)); |