Eh, what's up, Doc?
This commit is contained in:
parent
eecac16509
commit
fc7f548c4d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue