Remove superfluous trailing semicolons
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
53f9a3e157
commit
c3b9bc94b9
@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user