From fc7f548c4dc3fb6b4a8bafd421d94ed7257412af Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 11 May 2016 22:34:01 -0500 Subject: [PATCH] Eh, what's up, Doc? --- src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.c b/src/test.c index 092beb2..bbae8b3 100644 --- a/src/test.c +++ b/src/test.c @@ -22,7 +22,7 @@ static void usage(int argc, char **argv, const char *message, ...) { exit(1); } -static uint8_t *buf_malloc(png_t *png) { +static inline uint8_t *buf_malloc(png_t *png) { return malloc(4 * png->width * png->height); }