diff options
author | Sebastian Geerken <devnull@localhost> | 2013-07-30 18:41:30 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-07-30 18:41:30 +0200 |
commit | ff6dc66d7ff225960cb52fb6df95461bcec9f0d4 (patch) | |
tree | 758f9a2e55b2c48e3ef9b4cec89dd0402209c734 /lout | |
parent | 97b54265687beaddd0b588b18994c68fe770a7d5 (diff) | |
parent | 0d0e61f454008dc27d49a3b6a5f1a97f9f81297a (diff) |
Merge with main repo.
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 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; } |