Skip to content

Commit b865d17

Browse files
committed
Typo
1 parent 7d4ea80 commit b865d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/safe_mode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ PHPAPI char *php_get_current_user()
235235
char *pwbuf;
236236

237237
if (pwbuflen < 1) {
238-
return ""
238+
return "";
239239
}
240240
pwbuf = emalloc(pwbuflen);
241241
if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) {

0 commit comments

Comments
 (0)