Revision:
1:9d081c7fff45
Parent:
0:601fd83c75e0
Child:
5:1c78c0b4f513
--- a/xchar.cpp	Wed Dec 29 09:53:24 2010 +0000
+++ b/xchar.cpp	Wed Dec 29 11:48:54 2010 +0000
@@ -29,7 +29,7 @@
         x++;
     }
 }
-void DogMLCD::XString( int x, int y, const char* s, doggy_op raster )
+int DogMLCD::XString( int x, int y, const char* s, doggy_op raster )
 {
     int oldx = x;
     int trc = 0, brc = 0, inter = XFont[0].hei;
@@ -74,4 +74,5 @@
         }
         s++;
     }
+    return y;
 }