Commit 1d1b8e4e authored by Joanne Hugé's avatar Joanne Hugé

WIP

parent 99e580f0
...@@ -140,7 +140,7 @@ int main(int argc, char *argv[]) { ...@@ -140,7 +140,7 @@ int main(int argc, char *argv[]) {
static void process_options(int argc, char *argv[], thread_param_t *param, static void process_options(int argc, char *argv[], thread_param_t *param,
main_param_t *main_param) { main_param_t *main_param) {
for (;;) { for (;;) {
int c = getopt(argc, argv, "l:p:i:r:b:f:"); int c = getopt(argc, argv, "l:p:i:r:b:f");
if (c == -1) break; if (c == -1) break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment