Commit 9e5b4d40 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Make a function static.

parent 67884201
......@@ -414,7 +414,7 @@ DWORD MMDRV_Close(LPWINE_MLD mld, UINT wMsg)
/**************************************************************************
* MMDRV_GetByID [internal]
*/
LPWINE_MLD MMDRV_GetByID(UINT uDevID, UINT type)
static LPWINE_MLD MMDRV_GetByID(UINT uDevID, UINT type)
{
TRACE("(%04x, %04x)\n", uDevID, type);
if (uDevID < llTypes[type].wMaxId)
......
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