diff --git a/main/main.c b/main/main.c index 34a5d125783..bb6cc0ee3d4 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);