aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2013-07-24 20:07:17 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2013-07-24 20:07:17 +0200
commitaa11ed3b29b10dfc6c3107f4023420c1730de7be (patch)
treefeeaad5d93dc53df57730df7e2fe8afde34f06de
parent97f3d3532eee90f6122703912263924eb6b7ca33 (diff)
replace non-ASCII char in printf
-rw-r--r--lout/identity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/identity.cc b/lout/identity.cc
index 7c650b24..6fe679b4 100644
--- a/lout/identity.cc
+++ b/lout/identity.cc
@@ -96,7 +96,7 @@ bool IdentifiableObject::instanceOf (int otherClassId)
if (otherClass == NULL) {
fprintf (stderr,
- "WARNING: Something got wrong here, it seems that a "
+ "WARNING: Something got wrong here, it seems that a "
"CLASS_ID was not initialized properly.\n");
return false;
}