]> git.wh0rd.org - fontconfig.git/blobdiff - fc-lang/fc-lang.c
Small patch for output in case where lineno not defined.
[fontconfig.git] / fc-lang / fc-lang.c
index 27508c0cfe7cb917c108c00a8cd739d5f17f0a57..2d7aa4ef3930ccad665dcc6b8666bc663e0999c1 100644 (file)
@@ -65,7 +65,7 @@ fatal (const char *file, int lineno, const char *msg)
     if (lineno)
        fprintf (stderr, "%s:%d: %s\n", file, lineno, msg);
     else
-       fprintf (stderr, "%s:%d: %s\n", file, lineno, msg);
+       fprintf (stderr, "%s: %s\n", file, msg);
     exit (1);
 }