]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote-curl.c
Remove superfluous trailing semicolons
[thirdparty/git.git] / remote-curl.c
index 99b0bedc6ddc670cad6e74083dc33dc0aa4b595a..9e922bf937386d92b72880e5063eb602731cb6d2 100644 (file)
@@ -178,7 +178,7 @@ static int set_option(const char *name, const char *value)
                options.no_dependents = 1;
                return 0;
        } else if (!strcmp(name, "filter")) {
-               options.filter = xstrdup(value);;
+               options.filter = xstrdup(value);
                return 0;
        } else {
                return 1 /* unsupported */;