summaryrefslogtreecommitdiff
path: root/source3/param/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/params.c')
-rw-r--r--source3/param/params.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/params.c b/source3/param/params.c
index 4e74953889..61baf9517c 100644
--- a/source3/param/params.c
+++ b/source3/param/params.c
@@ -200,7 +200,6 @@ static int Continuation( char *line, int pos )
pos--;
return (((pos >= 0) && ('\\' == line[pos])) ? pos : -1 );
- return (-1);
}