aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-part.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/e-filter-part.c')
-rw-r--r--filter/e-filter-part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/e-filter-part.c b/filter/e-filter-part.c
index ea18f5959c..c9e14e30c6 100644
--- a/filter/e-filter-part.c
+++ b/filter/e-filter-part.c
@@ -483,7 +483,7 @@ e_filter_part_expand_code (EFilterPart *part,
start = source;
while (start && (newstart = strstr (start, "${"))
- && (end = strstr (newstart + 2, "}")) ) {
+ && (end = strstr (newstart + 2, "}"))) {
EFilterElement *element;
len = end - newstart - 2;