aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wutil.h b/wutil.h
index c043829b..c462b03c 100644
--- a/wutil.h
+++ b/wutil.h
@@ -133,7 +133,7 @@ const wchar_t *wgettext( const wchar_t *in );
/**
Wide character version of getenv
*/
-wchar_t *wgetenv( const wchar_t *name );
+const wchar_t *wgetenv( const wchar_t *name );
/**
Wide character version of mkdir