diff options
author | Marcus Boerger <helly@php.net> | 2003-09-04 14:43:36 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-09-04 14:43:36 +0000 |
commit | e5e6040efe9f45b018db8d446aadff8038690623 (patch) | |
tree | 64cad8b58306a4b282e075040e1456b5bc8d0c16 | |
parent | 3658ad4c3fc50080a826dbeaa2afb52536aa64b3 (diff) | |
download | php-git-e5e6040efe9f45b018db8d446aadff8038690623.tar.gz |
Remove unwanted space
-rw-r--r-- | main/main.c | 2 |
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); |