From: Marcus Boerger Date: Thu, 4 Sep 2003 14:43:36 +0000 (+0000) Subject: Remove unwanted space X-Git-Tag: RELEASE_0_7~241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5e6040efe9f45b018db8d446aadff8038690623;p=php Remove unwanted space --- 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);