Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed double-default case
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 12, 2013
1 parent 6cae89a commit c097260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/edid-parse.c
Expand Up @@ -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);

Expand Down

0 comments on commit c097260

Please sign in to comment.