summaryrefslogtreecommitdiffstats
path: root/src/sp-root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-root.cpp')
-rw-r--r--src/sp-root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-root.cpp b/src/sp-root.cpp
index 80c04c59f..9c9fdb207 100644
--- a/src/sp-root.cpp
+++ b/src/sp-root.cpp
@@ -322,7 +322,7 @@ sp_root_set(SPObject *object, unsigned int key, gchar const *value)
}
clip = SP_ASPECT_MEET;
while (*e && *e == 32) e += 1;
- if (e) {
+ if (*e) {
if (!strcmp(e, "meet")) {
clip = SP_ASPECT_MEET;
} else if (!strcmp(e, "slice")) {