X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-lang%2Ffc-lang.c;h=2d7aa4ef3930ccad665dcc6b8666bc663e0999c1;hb=c7beacf91698e8b0dcba2e813052538ec56dd268;hp=27508c0cfe7cb917c108c00a8cd739d5f17f0a57;hpb=67accef4d3e245c1dea341e633d82b14aa03432a;p=fontconfig.git diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c index 27508c0..2d7aa4e 100644 --- a/fc-lang/fc-lang.c +++ b/fc-lang/fc-lang.c @@ -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); }