diff options
-rw-r--r-- | source3/param/params.c | 1 |
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); } |