summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index 35c0d71..8932fdf 100644
--- a/image.h
+++ b/image.h
@@ -69,7 +69,7 @@ typedef struct {
void img_init(img_t*, win_t*);
bool img_load(img_t*, const fileinfo_t*);
-void img_close(img_t*, bool);
+CLEANUP void img_close(img_t*, bool);
void img_render(img_t*);