summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_getstringsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_getstringsize.c')
-rw-r--r--apps/plugins/lib/gray_getstringsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_getstringsize.c b/apps/plugins/lib/gray_getstringsize.c
index 977b912247..5b6d3e7c49 100644
--- a/apps/plugins/lib/gray_getstringsize.c
+++ b/apps/plugins/lib/gray_getstringsize.c
@@ -36,7 +36,7 @@
36 This works exactly the same way as the core lcd_getstringsize(), only that 36 This works exactly the same way as the core lcd_getstringsize(), only that
37 it uses the selected font for grayscale. 37 it uses the selected font for grayscale.
38 */ 38 */
39int gray_getstringsize(unsigned char *str, int *w, int *h) 39int gray_getstringsize(const unsigned char *str, int *w, int *h)
40{ 40{
41 int ch; 41 int ch;
42 int width = 0; 42 int width = 0;