summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-01-30 17:59:59 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-01-30 17:59:59 +0000
commitc43721c8ebfc8ebd43acf590a26bc5d107850d52 (patch)
tree9c16ec6453bd1dcaed30ae32453cc460be9c83d2 /gtk/gtkcalendar.c
parent7f923de9e0ec81a1ccc4bd3b708704a72b8afc74 (diff)
downloadgtk+-c43721c8ebfc8ebd43acf590a26bc5d107850d52.tar.gz
Remove C++ comment; reported by Damien Carbery <damien.carbery@sun.com>.
2004-01-30 Federico Mena Quintero <federico@ximian.com> * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported by Damien Carbery <damien.carbery@sun.com>. Fixes #132956.
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index ea4443d6a8..4e84cdeed5 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -2641,7 +2641,7 @@ arrow_action (GtkCalendar *calendar,
gtk_calendar_set_month_next (calendar);
break;
default:;
- // do nothing
+ /* do nothing */
}
}