X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..48c4bf30fde8215e20e34a453bbae80b6af08844:/src/files.c?ds=inline diff --git a/src/files.c b/src/files.c index 13eecf8e..aeaca4aa 100644 --- a/src/files.c +++ b/src/files.c @@ -109,7 +109,7 @@ xfopen (const char *name, const char *mode) ptr = fopen_safer (name, mode); if (!ptr) - error (EXIT_FAILURE, get_errno (), _("cannot open file `%s'"), name); + error (EXIT_FAILURE, get_errno (), _("cannot open file '%s'"), name); return ptr; }