Skip to content

Commit

Permalink
bugfix close #100
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlaep committed Dec 5, 2017
1 parent f1fbc80 commit 4c63e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SW_Main_Function.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void init_args(int argc, char **argv) {
* -q=quiet, don't print "Check logfile"
* at end of program.
*/
char str[1024]
char str[1024];
const char *opts[] = { "-d", "-f", "-e", "-q" }; /* valid options */
int valopts[] = { 1, 1, 0, 0 }; /* indicates options with values */
/* 0=none, 1=required, -1=optional */
Expand Down

0 comments on commit 4c63e66

Please sign in to comment.