aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index 1c589be..f133898 100644
--- a/common.h
+++ b/common.h
@@ -153,8 +153,8 @@ tolerant_eq(double a, double b)
}\
} while (0)
-# if 0
-static void
+# if 1
+static inline void
print_raster(const RASTER *r) {
size_t y, x;
fprintf(stderr, "\nOutline (area)\n");