diff options
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; |