]> git.sur5r.net Git - c128-kasse/commitdiff
cosmetics: draw one blank line less
authorMaik Fischer <maikf@qu.cx>
Sun, 23 Sep 2018 13:24:13 +0000 (15:24 +0200)
committerMaik Fischer <maikf@qu.cx>
Sun, 23 Sep 2018 13:24:13 +0000 (15:24 +0200)
src/kasse.c

index 54521e68d905c266a6a0a039ec69f62959c676c3..054dfa11170a3521160bb35fad1a3d89db03ebc2 100644 (file)
@@ -51,7 +51,7 @@ static void print_screen(void) {
   /* fill whole line with cyan, so color bits are set up for the clock */
   cprintf("%-80s", "C128-Kasse (phil_fry, sECuRE, sur5r, mxf) " GV);
   textcolor(TC_LIGHT_GRAY);
-  cprintf("\r\n\r\n\r\n"
+  cprintf("\r\n\r\n"
           "Ertrag: %s (%ld Artikel); Drucken: %s\r\n",
           profit, items_sold, (printing == 1 ? "ein" : "aus"));
   textcolor(TC_LIGHT_GRAY);