summaryrefslogtreecommitdiffstats
path: root/sway/commands/output/background.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/output/background.c')
-rw-r--r--sway/commands/output/background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/output/background.c b/sway/commands/output/background.c
index f039c9c9..0c5c164f 100644
--- a/sway/commands/output/background.c
+++ b/sway/commands/output/background.c
@@ -8,7 +8,7 @@
8#include "log.h" 8#include "log.h"
9#include "stringop.h" 9#include "stringop.h"
10 10
11static char *bg_options[] = { 11static const char *bg_options[] = {
12 "stretch", 12 "stretch",
13 "center", 13 "center",
14 "fill", 14 "fill",