shell32: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-09-11 23:45:32 +01:00 committed by Alexandre Julliard
parent 1ee75382c7
commit 66cd1fd748
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ static LPSTR SHELL_FindString(LPSTR lpEnv, LPCSTR entry)
/**********************************************************************/
SEGPTR WINAPI FindEnvironmentString16(LPSTR str)
SEGPTR WINAPI FindEnvironmentString16(LPCSTR str)
{ SEGPTR spEnv;
LPSTR lpEnv,lpString;
TRACE("\n");