Commit 897a235e authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wineoss: Remove a superfluous semicolon.

parent dcbb91fc
...@@ -179,7 +179,7 @@ static const char * getIoctlCommand(int command) ...@@ -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);
......
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