From b28449e10c92c304434645872199d8f8cb2448b4 Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 15 Jun 2022 13:42:34 +0600 Subject: fix: don't use reserved identifiers identifiers beginning with an underscore is reserved by the C standard. --- image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.c') diff --git a/image.c b/image.c index 02e3957..2f469b1 100644 --- a/image.c +++ b/image.c @@ -18,7 +18,7 @@ */ #include "nsxiv.h" -#define _IMAGE_CONFIG +#define INCLUDE_IMAGE_CONFIG #include "config.h" #include -- cgit v1.2.3-70-g09d2