helly           Thu Sep  4 10:43:37 2003 EDT

  Modified files:              
    /php-src/main       main.c 
  Log:
  Remove unwanted space
  
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.575 php-src/main/main.c:1.576
--- php-src/main/main.c:1.575   Tue Sep  2 08:12:05 2003
+++ php-src/main/main.c Thu Sep  4 10:43:36 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.575 2003/09/02 12:12:05 helly Exp $ */
+/* $Id: main.c,v 1.576 2003/09/04 14:43:36 helly Exp $ */
 
 /* {{{ includes
  */
@@ -554,7 +554,7 @@
                        efree(target);
                }
        } else {
-               spprintf(&message, 0, "%s: %s ", origin, buffer);
+               spprintf(&message, 0, "%s: %s", origin, buffer);
        }
        efree(buffer);
        efree(origin);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to