diff options
author | Li Yuan <li.yuan@sun.com> | 2006-08-17 11:16:55 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-08-17 11:16:55 +0800 |
commit | 197472b9c3b90c914189f64b4bc2ca9de8632971 (patch) | |
tree | 0b9432df1f47278a380ee612dd1fb29828f7f9e9 | |
parent | 5b33486ed6c7ed62eea99ed428c005b7f4914d43 (diff) | |
download | gsoc2013-evolution-197472b9c3b90c914189f64b4bc2ca9de8632971.tar.gz gsoc2013-evolution-197472b9c3b90c914189f64b4bc2ca9de8632971.tar.zst gsoc2013-evolution-197472b9c3b90c914189f64b4bc2ca9de8632971.zip |
Patch submitted by Pavel Roskin <proski@gnu.org>
2006-08-17 Li Yuan <li.yuan@sun.com>
Patch submitted by Pavel Roskin <proski@gnu.org>
* widgets/ea-expander.h:
Fix warning about ignored token after #endif.
svn path=/trunk/; revision=32554
-rw-r--r-- | a11y/ChangeLog | 7 | ||||
-rw-r--r-- | a11y/widgets/ea-expander.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index f56d6f5208..7100ba74ef 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,10 @@ +2006-08-17 Li Yuan <li.yuan@sun.com> + + Patch submitted by Pavel Roskin <proski@gnu.org> + + * widgets/ea-expander.h: + Fix warning about ignored token after #endif. + 2006-08-16 Kjartan Maraas <kmaraas@gnome.org> * calendar/ea-cal-view-event.c: (ea_cal_view_event_get_name): diff --git a/a11y/widgets/ea-expander.h b/a11y/widgets/ea-expander.h index ab36aba6e7..e23a77dcd6 100644 --- a/a11y/widgets/ea-expander.h +++ b/a11y/widgets/ea-expander.h @@ -47,4 +47,4 @@ struct _EaExpanderClass { GType ea_expander_get_type (void); AtkObject* ea_expander_new (GtkWidget *expander); -#endif /* ! _EA_EXPANDER_H */_ +#endif /* ! _EA_EXPANDER_H_ */ |