Skip to content

Commit 06ed613

Browse files
authored
Fix
1 parent e1d674b commit 06ed613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/Compatibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#endif
1919

2020

21-
char* GetEnv(char* Var_Name) {
21+
char* GetEnv(const char* Var_Name) {
2222
#ifdef _WIN32
2323
char* Env = nullptr;
2424
size_t sz = 0;

0 commit comments

Comments
 (0)