From 5050c0ca4f266c2bbfd5651f61256c6606253000 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 25 Dec 2007 11:56:11 +0000 Subject: compile fixes --- src/engine/e_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/e_snapshot.c') 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; -- cgit 1.4.1