From befe7667adcf3c993df1b9131870f32c3f20a02f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 30 May 2019 23:00:28 -0700 Subject: [PATCH] Changing empty initializer --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index d6a48e1..75922e1 100644 --- a/config.def.h +++ b/config.def.h @@ -198,7 +198,7 @@ done)/*ENDQUOTE*/, "Regex rename files", AT_CURSOR}, {{KEY_CTRL_U}, "+scroll:-50%", "Half page up"}, {{KEY_MOUSE_WHEEL_DOWN}, "+scroll:+3", "Scroll down"}, {{KEY_MOUSE_WHEEL_UP}, "+scroll:-3", "Scroll up"}, - {0}, // Array must be 0-terminated + {{0}}, // Array must be 0-terminated }; #pragma clang diagnostic pop