winealsa.drv: Fix a comment.

This commit is contained in:
Andrew Riedi 2007-12-01 13:26:13 -08:00 committed by Alexandre Julliard
parent 04cb111efc
commit 0e568af828

View file

@ -198,7 +198,7 @@ static int ALSA_RegGetBoolean(HKEY key, const char *value, BOOL *answer)
}
/*----------------------------------------------------------------------------
** ALSA_RegGetBoolean
** ALSA_RegGetInt
** Get a string and interpret it as a DWORD
*/
static int ALSA_RegGetInt(HKEY key, const char *value, DWORD *answer)