[gnome-control-center] display: Use C comments, not C++
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] display: Use C comments, not C++
- Date: Tue, 9 Nov 2010 17:22:11 +0000 (UTC)
commit 8f7274baa383d2d113dc0c22821fd72d3b327ea6
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Tue Nov 9 18:20:35 2010 +0100
display: Use C comments, not C++
panels/display/xrandr-capplet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/display/xrandr-capplet.c b/panels/display/xrandr-capplet.c
index cbb5db6..83bb076 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]