about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-compcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-compcov.c b/test/test-compcov.c
index b1711586..89611bfb 100644
--- a/test/test-compcov.c
+++ b/test/test-compcov.c
@@ -3,7 +3,7 @@
 #include <unistd.h>
 #include <string.h>
 
-int main(int argc, char** argv) {
+int main(int argc, char **argv) {
   char *input = argv[1], *buf, buffer[20];
 
   if (argc < 2) {