From 9e38afe782cd19f3b11f23c912f6309975d36598 Mon Sep 17 00:00:00 2001 From: Zi Fan Date: Tue, 8 Sep 2020 01:55:28 +0800 Subject: [PATCH] Fix clang-cl build error (#17604) Co-authored-by: Zi Fan Tan --- libr/include/r_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/include/r_socket.h b/libr/include/r_socket.h index a42a377bd99fd..68b0402d7be0f 100644 --- a/libr/include/r_socket.h +++ b/libr/include/r_socket.h @@ -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);