diff --git a/src/rcfile.c b/src/rcfile.c index 170a7181..7793e17e 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -539,6 +539,7 @@ static void parse_one_include(char *file) rcfile_error(S_ISDIR(rcinfo.st_mode) ? _("\"%s\" is a directory") : _("\"%s\" is a device file"), file); + return; } /* Open the included syntax file. */