diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/cnf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c index 394b4630506..7bc6f1b9e41 100644 --- a/Build/source/texk/kpathsea/cnf.c +++ b/Build/source/texk/kpathsea/cnf.c @@ -198,7 +198,7 @@ read_all_cnf P1H(void) } free (cnf_files); } else - WARNING1 ("Couldn't find file texmf.cnf in any of these directories:\n%s\nTrying to proceed...", cnf_path); + WARNING1 ("Couldn't find file texmf.cnf in any of these directories:\n%s\nTrying to proceed..", cnf_path); } /* Read the cnf files on the first call. Return the first value in the |