aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/remembering.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/remembering.c b/src/remembering.c
index a2185b5..706b522 100644
--- a/src/remembering.c
+++ b/src/remembering.c
@@ -167,19 +167,19 @@ void get_options_test() {
}
char *argvs[13][6] = {
- { "--help", NULL },
- { "other", "arguments before", "--help", NULL },
- { "some", "--help", "arguments after", NULL },
- { "--help", "all", "arguments after", NULL },
- { "-h", NULL },
- { "-V", NULL },
- { "-hc", "1", NULL },
- { "-hp", "2", NULL },
- { "-hV", NULL },
- { "-Vh", NULL },
- { "-p", "p", "-h", NULL },
- { "-p", "p", "-c", "c", "-h", NULL },
- { NULL },
+ {"--help", NULL},
+ {"other", "arguments before", "--help", NULL},
+ {"some", "--help", "arguments after", NULL},
+ {"--help", "all", "arguments after", NULL},
+ {"-h", NULL},
+ {"-V", NULL},
+ {"-hc", "1", NULL},
+ {"-hp", "2", NULL},
+ {"-hV", NULL},
+ {"-Vh", NULL},
+ {"-p", "p", "-h", NULL},
+ {"-p", "p", "-c", "c", "-h", NULL},
+ {NULL},
};
int rows = 0;
while (argvs[rows][0] != NULL) {