summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 34a5d12578..bb6cc0ee3d 100644
--- a/main/main.c
+++ b/main/main.c
@@ -554,7 +554,7 @@ PHPAPI void php_verror(const char *docref, const char *params, int type, const c
efree(target);
}
} else {
- spprintf(&message, 0, "%s: %s ", origin, buffer);
+ spprintf(&message, 0, "%s: %s", origin, buffer);
}
efree(buffer);
efree(origin);