diff options
-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; } |