Skip to content
Snippets Groups Projects
Commit e1701279 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

minor fix...

parent 0af01dec
Branches
Tags
No related merge requests found
...@@ -12,6 +12,8 @@ static struct option long_options[] = ...@@ -12,6 +12,8 @@ static struct option long_options[] =
int parse_args(int argc, char **argv) int parse_args(int argc, char **argv)
{ {
char ch;
while ((ch = getopt_long(argc, argv, ":d:", long_options, NULL)) != -1) { while ((ch = getopt_long(argc, argv, ":d:", long_options, NULL)) != -1) {
int flag; int flag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment