diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-07-24 20:07:17 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-07-24 20:07:17 +0200 |
commit | aa11ed3b29b10dfc6c3107f4023420c1730de7be (patch) | |
tree | feeaad5d93dc53df57730df7e2fe8afde34f06de /lout | |
parent | 97f3d3532eee90f6122703912263924eb6b7ca33 (diff) |
replace non-ASCII char in printf
Diffstat (limited to 'lout')
-rw-r--r-- | lout/identity.cc | 2 |
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; } |