summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-15 09:19:30 +0100
committerache <ache@ache.one>2018-01-15 09:19:30 +0100
commit3d20eda4fc61037d1ea6c9756ea784557f7b604e (patch)
tree4abf90332be9fc674ea204b71f26a60765758886
parentauto fold ! (diff)
Fix the main args of the C template
-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[]) {
}