diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-25 11:56:11 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-25 11:56:11 +0000 |
| commit | 5050c0ca4f266c2bbfd5651f61256c6606253000 (patch) | |
| tree | 16553678c4369b62d9496d188483e07c49ded29d /src/engine/e_snapshot.c | |
| parent | cd6d5e6237acf659d75fa64568506c152ce41ec9 (diff) | |
| download | zcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.tar.gz zcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.zip | |
compile fixes
Diffstat (limited to 'src/engine/e_snapshot.c')
| -rw-r--r-- | src/engine/e_snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/e_snapshot.c b/src/engine/e_snapshot.c index 66b9a295..2957f1db 100644 --- a/src/engine/e_snapshot.c +++ b/src/engine/e_snapshot.c @@ -427,7 +427,7 @@ void snapstorage_purge_until(SNAPSTORAGE *ss, int tick) return; /* no more to remove */ mem_free(h); - // did we come to the end of the list? + /* did we come to the end of the list? */ if (!next) break; |