Commit 4aca7601 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winmm: Constify some variables.

parent dce81b94
......@@ -380,8 +380,8 @@ static FOURCC MMIO_ParseExtA(LPCSTR szFileName)
FOURCC ret = 0;
/* Note that ext{Start,End} point to the . and + respectively */
LPSTR extEnd;
LPSTR extStart;
LPCSTR extEnd;
LPCSTR extStart;
CHAR ext[5];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment