wineoss: Remove a superfluous semicolon.
This commit is contained in:
parent
dcbb91fc92
commit
897a235e70
|
@ -179,7 +179,7 @@ static const char * getIoctlCommand(int command)
|
||||||
static const char * getControlType(DWORD dwControlType)
|
static const char * getControlType(DWORD dwControlType)
|
||||||
{
|
{
|
||||||
static char str[64];
|
static char str[64];
|
||||||
#define TYPE_TO_STR(x) case x: return #x;
|
#define TYPE_TO_STR(x) case x: return #x
|
||||||
switch (dwControlType) {
|
switch (dwControlType) {
|
||||||
TYPE_TO_STR(MIXERCONTROL_CONTROLTYPE_CUSTOM);
|
TYPE_TO_STR(MIXERCONTROL_CONTROLTYPE_CUSTOM);
|
||||||
TYPE_TO_STR(MIXERCONTROL_CONTROLTYPE_BOOLEANMETER);
|
TYPE_TO_STR(MIXERCONTROL_CONTROLTYPE_BOOLEANMETER);
|
||||||
|
|
Loading…
Reference in New Issue