summaryrefslogtreecommitdiff
path: root/source3/client/clitar.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/clitar.c')
-rw-r--r--source3/client/clitar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c
index f70e639e90..d5bca8c5bb 100644
--- a/source3/client/clitar.c
+++ b/source3/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;