From a8988bd817539d18a913a80e156f59a746844426 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 6 Mar 2025 20:07:41 +0100 Subject: style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 50cb6bd..68fe931 100644 --- a/src/common.h +++ b/src/common.h @@ -60,10 +60,10 @@ #ifdef ENABLE_NLS # include #else -# define gettext(s) (s) +# define gettext(s) s #endif -# define _(s) gettext(s) -# define N_(s) (s) +#define _(s) gettext(s) +#define N_(s) s /* The color temperature when no adjustment is applied. */ -- cgit v1.2.3-70-g09d2