summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey_parm.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey_parm.c')
-rw-r--r--apps/plugins/lib/grey_parm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey_parm.c b/apps/plugins/lib/grey_parm.c
index 6d605059f8..e2accee518 100644
--- a/apps/plugins/lib/grey_parm.c
+++ b/apps/plugins/lib/grey_parm.c
@@ -112,5 +112,5 @@ void grey_setfont(int newfont)
112/* Get width and height of a text when printed with the current font */ 112/* Get width and height of a text when printed with the current font */
113int grey_getstringsize(const unsigned char *str, int *w, int *h) 113int grey_getstringsize(const unsigned char *str, int *w, int *h)
114{ 114{
115 return _grey_rb->font_getstringsize(str, w, h, _grey_info.curfont); 115 return _grey_info.rb->font_getstringsize(str, w, h, _grey_info.curfont);
116} 116}