--- sconf.c.orig Fri Apr 7 15:10:16 2006 +++ sconf.c Sun Apr 23 03:10:59 2006 @@ -250,7 +250,7 @@ void sconf_load(void) } if (file_for_each_line(config_filename, handle_line, NULL)) - die("error loading config file `%s': %s", config_filename, strerror(errno)); + die("error loading config file `%s': %s\n", config_filename, strerror(errno)); } void sconf_free(void)