From 957f3411170ca1d5f30ee2e2c4e25393195cce75 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Tue, 11 Nov 2008 23:39:21 +0100 Subject: modification coding stile :) --- src/base/idManager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/idManager.c') 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]; -- cgit v1.2.3