]> git.xolatile.top Git - public-libhl.git/commitdiff
Formatting
authorEmil <emilwilliams@tuta.io>
Wed, 16 Aug 2023 06:11:24 +0000 (00:11 -0600)
committerEmil <emilwilliams@tuta.io>
Wed, 16 Aug 2023 06:11:24 +0000 (00:11 -0600)
src/main.c
tests/extra.c [deleted file]
tests/main.c

index d0a6b2a259c5d043f918835b6a0d87ee5bfddbd5..015d18109211c19e6bd3f5f75a0c81eaa38452b1 100644 (file)
@@ -337,7 +337,7 @@ int main (
       if (argv[0][0] == '-') {
         argv[0]++;
         OPT ('?',"help") {
-          fprintf (stderr, PROGN ": ... | hl [OPTIONS] FILES ...\n");
+          fprintf (stderr, PROGN ": hl [OPTIONS] FILES ...\n");
           return (0);
         }
         SOPT ("version") {
@@ -355,6 +355,7 @@ int main (
         }
       }
     }
+    return (0);
   }
 
   buffer = realloc (buffer, ALLOCATION_CHUNK);
diff --git a/tests/extra.c b/tests/extra.c
deleted file mode 100644 (file)
index 6905cce..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-int
-main(void)
-
-{nothing.}
index 0efd417720632f4969e7690931c9d4b703f30346..f599c2b516972ae0c5c4f9e67fbd545517e63e8f 100644 (file)
@@ -319,4 +319,3 @@ signed main(){
 
        return 0;
 }