mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 12:15:59 +01:00
Remove some indirections
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
This commit is contained in:
parent
537a28e14c
commit
13cdf79472
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue