Skip to content

Commit

Permalink
Fix clang-cl build error (#17604)
Browse files Browse the repository at this point in the history
Co-authored-by: Zi Fan Tan <zifan.tan@sjsu.edu>
  • Loading branch information
abcSup and Zi Fan Tan authored Sep 7, 2020
1 parent 0f6b27f commit 9e38afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/include/r_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ R_API int r_run_config_env(RRunProfile *p);
R_API int r_run_start(RRunProfile *p);
R_API void r_run_reset(RRunProfile *p);
R_API bool r_run_parsefile(RRunProfile *p, const char *b);
R_API char *r_run_get_environ_profile(char **environ);
R_API char *r_run_get_environ_profile(char **env);

/* rapipe */
R_API R2Pipe *rap_open(const char *cmd);
Expand Down

0 comments on commit 9e38afe

Please sign in to comment.