display: Use C comments, not C++
This commit is contained in:
parent
5472040227
commit
8f7274baa3
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ make_resolution_string (int width, int height)
|
|||
case 12:
|
||||
aspect = "5:4";
|
||||
break;
|
||||
// This catches 1.5625 as well (1600x1024) when maybe it shouldn't.
|
||||
/* This catches 1.5625 as well (1600x1024) when maybe it shouldn't. */
|
||||
case 15:
|
||||
aspect = "3:2";
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue