From 1de7702b8486fbefc33e6923478bf99b5808a455 Mon Sep 17 00:00:00 2001 From: crazyBaboon Date: Tue, 1 Oct 2019 10:30:30 +0100 Subject: [PATCH] update comment related to icon_load() --- example/canvas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/canvas.c b/example/canvas.c index 5738d5d..30e5e0b 100644 --- a/example/canvas.c +++ b/example/canvas.c @@ -77,7 +77,7 @@ die(const char *fmt, ...) exit(EXIT_FAILURE); } -/* function icon_load () is not used in this file but might be useful :) */ +/* function icon_load () is not used to build this file but might still be useful :) */ /* static struct nk_image icon_load(const char *filename)