Skip to content

Commit 8dfe15a

Browse files
committed
- Fixed accidental change.
1 parent 93f65cd commit 8dfe15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/streams/streams.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ fprintf(stderr, "stream_free: %s:%p[%s] preserve_handle=%d release_cast=%d remov
503503
stream->orig_path = NULL;
504504
}
505505

506-
# if defined(PHP_WIN32_)
506+
# if defined(PHP_WIN32)
507507
OutputDebugString(leakinfo);
508508
# else
509509
fprintf(stderr, "%s", leakinfo);

0 commit comments

Comments
 (0)