diff options
Diffstat (limited to 'src/GenSVMgrid.c')
| -rw-r--r-- | src/GenSVMgrid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index a6c749e..e2cb161 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -43,7 +43,7 @@ void exit_with_help() printf("-h | -help : print this help.\n"); printf("-q : quiet mode (no output)\n"); - exit(0); + exit(EXIT_FAILURE); } /** |
