Skip to content

Commit 4b042a6

Browse files
committed
Fix compile because I'm dumb
1 parent ddca87b commit 4b042a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/streams/plain_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,8 +1256,8 @@ static int php_plain_files_rename(php_stream_wrapper *wrapper, const char *url_f
12561256
php_win32_docref2_from_error(GetLastError(), url_from, url_from);
12571257
#else
12581258
php_error_docref(NULL, E_WARNING, "%s (%s)", strerror(errno), url_from);
1259-
}
12601259
#endif
1260+
}
12611261
return 0;
12621262
}
12631263

0 commit comments

Comments
 (0)