summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lwlib/lwlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index 9e99847f8e3..9939a5dcc96 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -1420,6 +1420,7 @@ lw_separator_p (label, type, motif_p)
}
separator_names[] =
{
+ "space", SEPARATOR_NO_LINE,
"noLine", SEPARATOR_NO_LINE,
"singleLine", SEPARATOR_SINGLE_LINE,
"doubleLine", SEPARATOR_DOUBLE_LINE,