Skip to content
Snippets Groups Projects
Commit abfe5dca authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

useless const

parent e06c313d
Branches
Tags
No related merge requests found
...@@ -187,7 +187,7 @@ const char *GetEnvironmentVar(const char *var) ...@@ -187,7 +187,7 @@ const char *GetEnvironmentVar(const char *var)
#endif #endif
} }
const void SetEnvironmentVar(const char *var, const char *val) void SetEnvironmentVar(const char *var, const char *val)
{ {
#if defined(WIN32) && !defined(__CYGWIN__) #if defined(WIN32) && !defined(__CYGWIN__)
// should probably use Unicode version here // should probably use Unicode version here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment