From 8f5d77d5e4d979acf21507c0e764a11709de8db5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 7 Oct 2008 15:33:54 +0200 Subject: Add option parsing via getopt, cleanup Makefile --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index aa7973e..da1d387 100644 --- a/config.c +++ b/config.c @@ -179,7 +179,7 @@ int load_configuration(const char *configfile) { fclose(handle); if (wmii_path == NULL) - die("No wmii_path specified in configuration file"); + exit(-4); return result; } -- cgit v1.2.3