1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

Remove unwanted space

This commit is contained in:
Marcus Boerger
2003-09-04 14:43:36 +00:00
parent 3658ad4c3f
commit e5e6040efe

View File

@@ -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);