diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-20 16:38:32 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-20 16:38:32 +0200 |
| commit | 3185b354ec9a478543b44fa90ece794a7717333b (patch) | |
| tree | 095047380240a6447265deaaa5a71cee01aa3008 /src/GenSVMgrid.c | |
| parent | Rename print_matrix to reflect namespace (diff) | |
| download | gensvm-3185b354ec9a478543b44fa90ece794a7717333b.tar.gz gensvm-3185b354ec9a478543b44fa90ece794a7717333b.zip | |
Switch to using exit_failure and use of err for errors
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); } /** |
