Remove some indirections

Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2018-03-07 17:38:09 +01:00
parent 537a28e14c
commit 13cdf79472

View File

@ -307,7 +307,7 @@ init_css(zathura_t* zathura)
GiraraTemplate* csstemplate =
girara_session_get_template(zathura->ui.session);
static const char* index_settings[] = {
static const char index_settings[][16] = {
"index-fg",
"index-bg",
"index-active-fg",