as return type in both conditionals.
+2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * include/grub/term.h (grub_unicode_estimate_width): Use grub_size_t
+ as return type in both conditionals.
+
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/video.h (grub_video_rgba_color_rgb): Fix prototype
#else
-static inline grub_ssize_t
+static inline grub_size_t
grub_unicode_estimate_width (const struct grub_unicode_glyph *c __attribute__ ((unused)))
{
if (grub_unicode_get_comb_type (c->base))