aboutsummaryrefslogtreecommitdiff
path: root/src/GenSVMgrid.c
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-20 16:38:32 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-20 16:38:32 +0200
commit3185b354ec9a478543b44fa90ece794a7717333b (patch)
tree095047380240a6447265deaaa5a71cee01aa3008 /src/GenSVMgrid.c
parentRename print_matrix to reflect namespace (diff)
downloadgensvm-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.c2
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);
}
/**