summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/safe_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/safe_mode.c b/main/safe_mode.c
index ad17d482ca..3bbcaae7d8 100644
--- a/main/safe_mode.c
+++ b/main/safe_mode.c
@@ -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) {