diff --git a/src/strutil.c b/src/strutil.c index 8fc987149..cfd491f49 100644 --- a/src/strutil.c +++ b/src/strutil.c @@ -546,7 +546,7 @@ const char *str_outname(const char *fn) { // File name of fn or if fn is - const char *str_outfilename(const char *fn) { - return str_filename(fn, ""); + return str_filename(fn, ""); } // Return sth like "[0, 0x1ff]" in closed-circuit space