projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
timer: handle time going backwards.
[ccan]
/
ccan
/
opt
/
test
/
run-checkopt.c
diff --git
a/ccan/opt/test/run-checkopt.c
b/ccan/opt/test/run-checkopt.c
index d54a75205e9c675c9adc9312372809cbefa00964..8447f98d1a829254f01a4417688545238f1d6f8b 100644
(file)
--- a/
ccan/opt/test/run-checkopt.c
+++ b/
ccan/opt/test/run-checkopt.c
@@
-53,7
+53,7
@@
static void reset(void)
opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
}
-int main(
int argc, char *argv[]
)
+int main(
void
)
{
int exitval;