aboutsummaryrefslogtreecommitdiff
path: root/divvy.c
diff options
context:
space:
mode:
Diffstat (limited to 'divvy.c')
-rw-r--r--divvy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/divvy.c b/divvy.c
index ea01801..5b8ee27 100644
--- a/divvy.c
+++ b/divvy.c
@@ -709,8 +709,8 @@ int main(int argc, char **argv)
for (y = 0; y <= 2*h; y++) {
for (x = 0; x <= 2*w; x++) {
- int miny = y/2 - 1, maxy = y/2;
- int minx = x/2 - 1, maxx = x/2;
+ int miny = y/2 - 1 /*, maxy = y/2 */;
+ int minx = x/2 - 1 /*, maxx = x/2 */;
int classes[4], tx, ty;
for (ty = 0; ty < 2; ty++)
for (tx = 0; tx < 2; tx++) {