summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/skel.c b/template/skel.c
index 9b6b772..6bb89d5 100644
--- a/template/skel.c
+++ b/template/skel.c
@@ -3,6 +3,6 @@
-int main(char* argv[], int argc) {
+int main(int argc, char* argv[]) {
}