test/testfile.c

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

mercurial