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 /a11y/widgets | |
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
Diffstat (limited to 'a11y/widgets')
-rw-r--r-- | a11y/widgets/ea-expander.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |