Remove spurious ';'
This commit is contained in:
parent
36c8778d2d
commit
90cf956f57
2 changed files with 2 additions and 2 deletions
|
@ -678,7 +678,7 @@ sc_getopt_adapter_init(struct sc_getopt_adapter *adapter) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
};
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
sc_getopt_adapter_destroy(struct sc_getopt_adapter *adapter) {
|
sc_getopt_adapter_destroy(struct sc_getopt_adapter *adapter) {
|
||||||
|
|
|
@ -169,4 +169,4 @@ int main(int argc, char *argv[]) {
|
||||||
test_options2();
|
test_options2();
|
||||||
test_parse_shortcut_mods();
|
test_parse_shortcut_mods();
|
||||||
return 0;
|
return 0;
|
||||||
};
|
}
|
||||||
|
|
Loading…
Reference in a new issue