summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/textual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textual.cc b/src/textual.cc
index d15b0e67..d2554c47 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -1098,7 +1098,7 @@ entry_t * instance_t::parse_entry(char * line,
char * p = skip_ws(line);
if (! *p)
- throw parse_error("Line contains only whitespace");
+ break;
if (*p == ';') {
item_t * item;