diff options
Diffstat (limited to 'lout/identity.cc')
-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 aecd9d5f..c9cb7ece 100644 --- a/lout/identity.cc +++ b/lout/identity.cc @@ -111,7 +111,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; } |