diff options
-rw-r--r-- | read_config_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/read_config_file.c b/read_config_file.c index 05ff283..e9c050d 100644 --- a/read_config_file.c +++ b/read_config_file.c @@ -1140,7 +1140,7 @@ process_line(struct protolib *plib, struct locus *loc, char *buf) report_error(loc->filename, loc->line_no, "%s", strerror(errno)); - return -1; + goto err; } have_stop = 1; } |