tony2001                Wed Oct 26 16:03:16 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/ext/standard       exec.c 
  Log:
  fix typo
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/exec.c?r1=1.84.2.15.2.1&r2=1.84.2.15.2.2&ty=u
Index: php-src/ext/standard/exec.c
diff -u php-src/ext/standard/exec.c:1.84.2.15.2.1 
php-src/ext/standard/exec.c:1.84.2.15.2.2
--- php-src/ext/standard/exec.c:1.84.2.15.2.1   Wed Oct 26 07:37:33 2005
+++ php-src/ext/standard/exec.c Wed Oct 26 16:03:14 2005
@@ -15,7 +15,7 @@
    | Author: Rasmus Lerdorf                                               |
    +----------------------------------------------------------------------+
  */
-/* $Id: exec.c,v 1.84.2.15.2.1 2005/10/26 11:37:33 tony2001 Exp $ */
+/* $Id: exec.c,v 1.84.2.15.2.2 2005/10/26 20:03:14 tony2001 Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -462,7 +462,7 @@
 
 /* {{{ php_escape_shell_arg
  */
-PHPAPI *php_escape_shell_arg(char *str) {
+PHPAPI char *php_escape_shell_arg(char *str) {
        int x, y, l;
        char *cmd;
 

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

Reply via email to