Index: ttf.c =================================================================== --- ttf.c (revision 38385) +++ ttf.c (revision 38386) @@ -493,7 +493,7 @@ for(y = 0; y < 16; y++) { for(x = 0; x < 16; x++) s[x] = v++; - pcb_text_draw_string_simple(NULL, s, RND_MM_TO_COORD(0), RND_MM_TO_COORD(y*2), 1.0, 1.0, 0.0, 0, 0, 0, 0, 0); + pcb_text_draw_string_simple(NULL, s, RND_MM_TO_COORD(0), RND_MM_TO_COORD(y*2), 1.0, 1.0, 0.0, 0, 0, 0, 0, 0, 0); } }