display: Use C comments, not C++

This commit is contained in:
Rodrigo Moya 2010-11-09 18:20:35 +01:00
parent 5472040227
commit 8f7274baa3

View file

@ -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;