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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user