aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Font.cc')
-rw-r--r--src/FbTk/Font.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc
index a946915..8d8fbec 100644
--- a/src/FbTk/Font.cc
+++ b/src/FbTk/Font.cc
@@ -250,7 +250,7 @@ Font::Font(const char *name):
250 } 250 }
251 251
252#ifdef DEBUG 252#ifdef DEBUG
253 cerr<<"FbTk::Font m_iconv = "<<(int)m_iconv<<endl; 253 cerr<<"FbTk::Font m_iconv = "<<m_iconv<<endl;
254#endif // DEBUG 254#endif // DEBUG
255 255
256 if (name != 0) { 256 if (name != 0) {