about summary refs log tree commit diff
path: root/src/engine/e_snapshot.c
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-25 11:56:11 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-25 11:56:11 +0000
commit5050c0ca4f266c2bbfd5651f61256c6606253000 (patch)
tree16553678c4369b62d9496d188483e07c49ded29d /src/engine/e_snapshot.c
parentcd6d5e6237acf659d75fa64568506c152ce41ec9 (diff)
downloadzcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.tar.gz
zcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.zip
compile fixes
Diffstat (limited to 'src/engine/e_snapshot.c')
-rw-r--r--src/engine/e_snapshot.c2
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;