Make clang happy

This commit is contained in:
Kovid Goyal
2020-02-25 20:33:19 +05:30
parent c167dcc4e9
commit 4343c4067e

View File

@@ -26,7 +26,7 @@
#include "charsets.h"
static const ScreenModes empty_modes = {0, .mDECAWM=true, .mDECTCEM=true, .mDECARM=true};
static Selection EMPTY_SELECTION = {0};
static Selection EMPTY_SELECTION = {{0}};
// Constructor/destructor {{{