diff options
| author | Dusan Durech <dusan@debian.(none)> | 2008-11-11 23:39:21 +0100 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.(none)> | 2008-11-11 23:39:21 +0100 |
| commit | 957f3411170ca1d5f30ee2e2c4e25393195cce75 (patch) | |
| tree | 18567d663d6d759d447b65458a410f426dae9044 /src/base/idManager.c | |
| parent | de05256afe45ad24cda83ed1e2cf873c97de132c (diff) | |
modification coding stile :)
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]; |