Fix typo.

svn path=/trunk/; revision=29544
This commit is contained in:
Guy Harris 2009-08-24 21:38:57 +00:00
parent f8a37ac1d6
commit 559dd27964
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ void gdkcolor_to_color_t(color_t *target, GdkColor *source);
#if GTK_CHECK_VERSION(2,12,0)
#else
gchar * gdk_color_to_string (const GdkColor *color)
gchar * gdk_color_to_string (const GdkColor *color);
#endif /* GTK_CHECK_VERSION(2,12,0) */
#endif /* __COLORS_H__ */