aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-12 05:45:20 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-12 05:45:20 +0200
commit5b4513ba65b457cafa81f00742192821f71d65ff (patch)
tree5ab9b6825130c80b434d6fed4d62d1815917ddd2 /degesch.c
parentfd75992b574554558dda3c2334b3c28cdea094fd (diff)
downloadxK-5b4513ba65b457cafa81f00742192821f71d65ff.tar.gz
xK-5b4513ba65b457cafa81f00742192821f71d65ff.tar.xz
xK-5b4513ba65b457cafa81f00742192821f71d65ff.zip
Silence GCC
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index 6aaf971..da930a7 100644
--- a/degesch.c
+++ b/degesch.c
@@ -1500,7 +1500,7 @@ serialize_configuration (struct app_context *ctx, struct str *output)
/// Builds a color pair for 256-color terminals with a 16-color backup value
#define COLOR_256(name, c256) \
- ((COLOR_ ## name) & 0xFFFF | ((c256 & 0xFFFF) << 16))
+ (((COLOR_ ## name) & 0xFFFF) | ((c256 & 0xFFFF) << 16))
static struct
{