diff options
Diffstat (limited to 'style.c')
-rw-r--r-- | style.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |