diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-01-30 17:59:59 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-01-30 17:59:59 +0000 |
commit | c43721c8ebfc8ebd43acf590a26bc5d107850d52 (patch) | |
tree | 9c16ec6453bd1dcaed30ae32453cc460be9c83d2 /gtk/gtkcalendar.c | |
parent | 7f923de9e0ec81a1ccc4bd3b708704a72b8afc74 (diff) | |
download | gtk+-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.c | 2 |
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 */ } } |