diff options
Diffstat (limited to 'src/base/idManager.c')
| -rw-r--r-- | src/base/idManager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/idManager.c b/src/base/idManager.c index e79534e..7f82282 100644 --- a/src/base/idManager.c +++ b/src/base/idManager.c @@ -108,7 +108,7 @@ void incID(int id) if (index == -1) { assert(!_("This kind of ID was never registered!")); - return; // ha ha ha + return; // ha ha ha } this = listID->list[index]; @@ -130,7 +130,7 @@ void delID(int id) if (index == -1) { assert(!_("This kind of ID was never registered!")); - return; // ha ha ha + return; // ha ha ha } this = listID->list[index]; |