From 51fa988be9203dd81fd0897611a854ef9f4b4f5f Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sun, 3 Jun 2018 10:29:00 -0400 Subject: Address review comments for output subcommands --- sway/commands/output/background.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/commands/output') 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 @@ #include "log.h" #include "stringop.h" -static char *bg_options[] = { +static const char *bg_options[] = { "stretch", "center", "fill", -- cgit v1.2.3-54-g00ecf