Stub out FILE*, stdout/stdin/stderr and implement fprintf on these
[coreboot.git] / payloads / coreinfo / lar_module.c
index 5333bf37e7a9dd9f95c9ce4cfdbbf11292851a99..151d876fb1b6675d767c60a1e8bbbb1ec6d08b74 100644 (file)
@@ -66,7 +66,7 @@ static int lar_module_redraw(WINDOW *win)
 
        /* Draw a line down the middle. */
        for (i = 2; i < 21; i++)
-               mvwaddch(win, i, 30, '\263');
+               mvwaddch(win, i, 30, ACS_VLINE);
 
        /* Draw the names down the left side. */
        for (i = 0; i < lcount; i++) {