summaryrefslogtreecommitdiff
path: root/src/src/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/filter.c')
-rw-r--r--src/src/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/filter.c b/src/src/filter.c
index 530d772b3..d878acb8f 100644
--- a/src/src/filter.c
+++ b/src/src/filter.c
@@ -671,8 +671,8 @@ for (;;)
{
// if (toplevel) *saveptr = 0;
// else
- if (!toplevel)
- *error_pointer = string_sprintf("missing \")\" at end of "
+ if (!toplevel)
+ *error_pointer = string_sprintf("missing \")\" at end of "
"condition near line %d of filter file", line_number);
break;
}