From 8f7274baa383d2d113dc0c22821fd72d3b327ea6 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 9 Nov 2010 18:20:35 +0100 Subject: [PATCH] display: Use C comments, not C++ --- panels/display/xrandr-capplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/display/xrandr-capplet.c b/panels/display/xrandr-capplet.c index cbb5db6d3..83bb07669 100644 --- a/panels/display/xrandr-capplet.c +++ b/panels/display/xrandr-capplet.c @@ -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;