From 6d4aa1af4e6377602e051cccb881fbd357f34de7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 7 Jul 2002 19:17:04 +0000 Subject: [PATCH] fix a debug print --- src/Font.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Font.cc b/src/Font.cc index a3a42f49..48b5ebd5 100644 --- a/src/Font.cc +++ b/src/Font.cc @@ -117,8 +117,8 @@ bool BFont::createFont(void) { if (_xftfont) return True; - cerr << "BFont::BFont(): couldn't load font '" << _name << "'" << endl << - "as an Xft font, trying as a standard X font." << endl; + cerr << "BFont::BFont(): couldn't load font '" << _name << + "' as an Xft font, trying as a standard X font." << endl; #endif if (i18n.multibyte()) { -- 2.45.2