From 65a53ff2519930eabd7a85e9c8d89a7dedf0a612 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 4 Aug 2008 15:17:27 +0000 Subject: [PATCH] Fix "/* within comment" warning. 2008-08-04 Carlos Garnacho * gtk/gtkfilechooserbutton.c: Fix "/* within comment" warning. svn path=/trunk/; revision=20975 --- ChangeLog | 4 ++++ gtk/gtkfilechooserbutton.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c7df422bf..fede3f24a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-04 Carlos Garnacho + + * gtk/gtkfilechooserbutton.c: Fix "/* within comment" warning. + 2008-08-04 Carlos Garnacho * gtk/gtknotebook.c (gtk_notebook_expose): Set drag window background diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 1e6519b9c8..aa1b114e7a 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2380,7 +2380,7 @@ out: /* ************************ * - /* Child Object Callbacks * + * Child Object Callbacks * * ************************ */ /* File System */