mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:17:28 +03:00
binmode: delete extra nop instruction from fallback macro
Follow-up to 250d613763 #15787
Closes #20068
This commit is contained in:
parent
4ad87f2cb8
commit
6e6fafa9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
# define CURLX_SET_BINMODE(stream) (void)setmode(fileno(stream), O_BINARY)
|
||||
#endif
|
||||
#else
|
||||
# define CURLX_SET_BINMODE(stream) (void)stream; Curl_nop_stmt
|
||||
# define CURLX_SET_BINMODE(stream) (void)stream
|
||||
#endif
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_BINMODE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue