test/testfile.c

changeset 66
be2084398c37
parent 57
68018eac46c3
--- a/test/testfile.c	Fri Jun 03 18:13:46 2022 +0200
+++ b/test/testfile.c	Fri Jun 03 20:05:15 2022 +0200
@@ -4,7 +4,7 @@
 // And add other stuff below.
 
 
-int main(int argc, char* argv) { // comments behind code don't matter
+int main(int argc, char** argv) { // comments behind code don't matter
     
     int zero /* in block comments we are genius enough to
               * detect, if there is still some code in the line

mercurial