Make clang happy

This commit is contained in:
Kovid Goyal 2020-02-25 20:33:19 +05:30
parent c167dcc4e9
commit 4343c4067e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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