aboutsummaryrefslogtreecommitdiff
path: root/src/GenSVMtraintest.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/GenSVMtraintest.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/GenSVMtraintest.c')
-rw-r--r--src/GenSVMtraintest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GenSVMtraintest.c b/src/GenSVMtraintest.c
index 73c0ce9..4d99c04 100644
--- a/src/GenSVMtraintest.c
+++ b/src/GenSVMtraintest.c
@@ -50,7 +50,7 @@ void exit_with_help()
"group)\n");
printf("-t type: kerneltype (0=LINEAR, 1=POLY, 2=RBF, 3=SIGMOID)\n");
- exit(0);
+ exit(EXIT_FAILURE);
}
int main(int argc, char **argv)