]> granicus.if.org Git - php/commitdiff
Remove unwanted space
authorMarcus Boerger <helly@php.net>
Thu, 4 Sep 2003 14:43:36 +0000 (14:43 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 4 Sep 2003 14:43:36 +0000 (14:43 +0000)
main/main.c

index 34a5d1257832d6556701c830e7e8a7ad566a5f1b..bb6cc0ee3d47808f522e550593f01268fcca3467 100644 (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);