Fixed double-default case
This commit is contained in:
parent
11176cfece
commit
8af5f8ee18
1 changed files with 0 additions and 1 deletions
|
@ -733,7 +733,6 @@ dump_monitor_info (MonitorInfo *info)
|
|||
case TWO_WAY_LEFT_ON_EVEN: s = "Two-way, Left on Even"; break;
|
||||
case FOUR_WAY_INTERLEAVED: s = "Four-way Interleaved"; break;
|
||||
case SIDE_BY_SIDE: s = "Side-by-Side"; break;
|
||||
default: s = "unknown"; break;
|
||||
}
|
||||
printf (" Stereo: %s\n", s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue