aboutsummaryrefslogtreecommitdiffstats
path: root/dogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'dogs.c')
-rw-r--r--dogs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dogs.c b/dogs.c
index 12482f5..a29ee2c 100644
--- a/dogs.c
+++ b/dogs.c
@@ -166,7 +166,7 @@ void dogs_clear()
*ptr++ = 0;
*ptr++ = 0;
}
- for (; count >= 0; count--)
+ for (; --count >= 0;)
*ptr++ = 0;
}