aboutsummaryrefslogtreecommitdiff
path: root/manual tests/3 git wrap/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests/3 git wrap/prog.c')
-rw-r--r--manual tests/3 git wrap/prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual tests/3 git wrap/prog.c b/manual tests/3 git wrap/prog.c
index df38000..6e2c4d8 100644
--- a/manual tests/3 git wrap/prog.c
+++ b/manual tests/3 git wrap/prog.c
@@ -1,6 +1,6 @@
#include"subproj.h"
-int main(int argc, char **argv) {
+int main(void) {
subproj_function();
return 0;
}