altos/telelco-v3.0: Add some real drawing stuff
[fw/altos] / src / draw / ao_text.c
index c20f2399d97849d7d3f4dcbf8005fe39bd2d8481..718f3374b10f1d2a64d947e9f1d8daa52f028867 100644 (file)
@@ -29,7 +29,7 @@ ao_text(struct ao_bitmap      *dst,
        const struct ao_font    *font,
        int16_t                 x,
        int16_t                 y,
-       char                    *string,
+       const char              *string,
        uint32_t                fill,
        uint8_t                 rop)
 {