From 3185b354ec9a478543b44fa90ece794a7717333b Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 20 Sep 2016 16:38:32 +0200 Subject: Switch to using exit_failure and use of err for errors --- src/GenSVMtraintest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GenSVMtraintest.c') 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) -- cgit v1.2.3