diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-06 20:07:41 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-06 20:07:41 +0100 |
commit | a8988bd817539d18a913a80e156f59a746844426 (patch) | |
tree | 67ea545b9a38b8d2e3c9ed814596e3ea0eb2fbf6 /src/common.h | |
parent | Update redshift to redshift-ng (diff) | |
download | redshift-ng-a8988bd817539d18a913a80e156f59a746844426.tar.gz redshift-ng-a8988bd817539d18a913a80e156f59a746844426.tar.bz2 redshift-ng-a8988bd817539d18a913a80e156f59a746844426.tar.xz |
style
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <libintl.h> #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. */ |