summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-12 09:11:57 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-12 09:11:57 +0100
commitd6ec7b1de8094d20887f72be32af09ecfe3da4fe (patch)
tree7e0a13b5b309205a04bd332b4a5575c623532e74 /source/xrmoptions.c
parent6d9ce47974d6545d29f8a0b4a4249623210dddb5 (diff)
Cleanup, fix missing initializer.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 98152b59..ef77a36f 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -195,7 +195,7 @@ static XrmOption xrmOptions[] = {
{ xrm_Boolean, "show-match", { .snum = &config.show_match }, NULL,
"Indicate how it match by underlining it.", CONFIG_DEFAULT },
{ xrm_String, "theme", { .str = &config.theme }, NULL,
- "New style theme file" },
+ "New style theme file", CONFIG_DEFAULT },
};
/** Dynamic array of extra options */