summaryrefslogtreecommitdiffstats
path: root/source/client/clitar.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-08-27 20:20:58 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-08-27 20:20:58 +0000
commitc7a4647b7a84641f5fed6b67d45c241fff19c2b3 (patch)
tree333885d845449a845ae56e235e4a658b1de68d2a /source/client/clitar.c
parent660a3ef70c36e6675c8cc63b97e9d251428f9b40 (diff)
downloadsamba-c7a4647b7a84641f5fed6b67d45c241fff19c2b3.tar.gz
samba-c7a4647b7a84641f5fed6b67d45c241fff19c2b3.tar.xz
samba-c7a4647b7a84641f5fed6b67d45c241fff19c2b3.zip
charset.c: Added patch for client code page 852 (Eastern European) from
Leos Bitto <bitto@altec.cz>. clitar.c: proto.h: Fixed proto mismatch for strslashcmp(). Jermey (jallison@netcom.com)
Diffstat (limited to 'source/client/clitar.c')
-rw-r--r--source/client/clitar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/client/clitar.c b/source/client/clitar.c
index f70e639e905..d5bca8c5bbb 100644
--- a/source/client/clitar.c
+++ b/source/client/clitar.c
@@ -376,8 +376,7 @@ Compare two strings in a slash insensitive way, allowing s1 to match s2
if s1 is an "initial" string (up to directory marker). Thus, if s2 is
a file in any subdirectory of s1, declare a match.
***************************************************************************/
-static
-int strslashcmp(char *s1, char *s2)
+static int strslashcmp(char *s1, char *s2)
{
char *s1_0=s1;