summaryrefslogtreecommitdiff
path: root/Xprint
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:13 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:13 +0000
commit44f4713a056b7a6a076b2f65fbed43e0cfe9ff06 (patch)
treec14e6b5752d84f11a6a17019177ecb9f57f638f5 /Xprint
parentf264a7ea741f57fbc3bb900cfbb9e0cc23f46e90 (diff)
Encoding of numerous files changed to UTF-8
Diffstat (limited to 'Xprint')
-rw-r--r--Xprint/Init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/Init.c b/Xprint/Init.c
index cb47fa144..6e84d0346 100644
--- a/Xprint/Init.c
+++ b/Xprint/Init.c
@@ -871,7 +871,7 @@ BuildPrinterDb(void)
curr_spooler_type = XpSpoolerNameToXpSpoolerType(spname);
if(!curr_spooler_type)
{
- FatalError("BuildPrinterDb: No spooler type entry found for '%s'.\n", spname);
+ FatalError("BuildPrinterDb: No spooler type entry found for '%s'.\n", spname);
}
if(curr_spooler_type->list_queues_command == NULL ||