From 86c1f7aaf7039ccea1ebfa816db09b98c07d5e02 Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 23 Oct 2019 13:38:07 -0400 Subject: [PATCH] Build break, ensure C99 compatibility Former-commit-id: ca4ee4e3e4e28e2a186ac782ab0052c56a798ed2 --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index f2c255c35..ea920569d 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -90,7 +90,7 @@ int spectrum_palette_mono[] = {0,233,234,235,237,239,241,243,245,247,249,251,253 int *spectrum_palette; int spectrum_palette_size; -int g_fInCrash = false; +int g_fInCrash = 0; /*------------------------------------------------------------------------------ * Utility functions