]> granicus.if.org Git - php/commitdiff
Typo
authorHannes Magnusson <bjori@php.net>
Fri, 12 Jan 2007 12:11:18 +0000 (12:11 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 12 Jan 2007 12:11:18 +0000 (12:11 +0000)
main/safe_mode.c

index ad17d482caeb7e555237c154d5bd2d0ac167c47f..3bbcaae7d833e87a8c6eaf1d0a82e6e72c89cf96 100644 (file)
@@ -235,7 +235,7 @@ PHPAPI char *php_get_current_user()
                char *pwbuf;
 
                if (pwbuflen < 1) {
-                       return ""
+                       return "";
                }
                pwbuf = emalloc(pwbuflen);
                if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) {