aboutsummaryrefslogtreecommitdiff
path: root/style.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-12 16:01:13 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-12 16:01:13 +0000
commitd4cb178249c6c73c6197e34e871c2b8e803de175 (patch)
treeb2cb82d18531f6b075f28f80d0a30756c6c9567d /style.c
parent1eb9500644f058113c0b108a049e05efda5e3436 (diff)
parent24cba5907b5006363ac7f83f31801153f9c23b37 (diff)
downloadrtmux-d4cb178249c6c73c6197e34e871c2b8e803de175.tar.gz
rtmux-d4cb178249c6c73c6197e34e871c2b8e803de175.tar.bz2
rtmux-d4cb178249c6c73c6197e34e871c2b8e803de175.zip
Merge branch 'obsd-master'
Diffstat (limited to 'style.c')
-rw-r--r--style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.c b/style.c
index 8af739e5..f4a8f05f 100644
--- a/style.c
+++ b/style.c
@@ -143,7 +143,7 @@ style_update_new(struct options *oo, const char *name, const char *newname)
o = options_find1(oo, newname);
if (o == NULL)
- o = options_set_style(oo, newname, "default", 0);
+ o = options_set_style(oo, newname, 0, "default");
gc = &o->style;
o = options_find1(oo, name);