diff options
author | Carlos Garnacho <carlos@imendio.com> | 2008-08-04 15:17:27 +0000 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2008-08-04 15:17:27 +0000 |
commit | 65a53ff2519930eabd7a85e9c8d89a7dedf0a612 (patch) | |
tree | 4646b2a25d57ba8a3c3c29337a95e38d6c238619 /gtk/gtkfilechooserbutton.c | |
parent | a32f8aecc9a16143d58a9891be3fcb90a4492e2e (diff) | |
download | gtk+-65a53ff2519930eabd7a85e9c8d89a7dedf0a612.tar.gz |
Fix "/* within comment" warning.
2008-08-04 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkfilechooserbutton.c: Fix "/* within comment" warning.
svn path=/trunk/; revision=20975
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |