From 0ce9211792096c66dbfca31b3edf3ad69801ab1f Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 2 Jul 2018 22:20:05 +0100 Subject: [PATCH] trs80: trivial formatting --- Kernel/platform-trs80/devtty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-trs80/devtty.c b/Kernel/platform-trs80/devtty.c index 919dcf31..330524ca 100644 --- a/Kernel/platform-trs80/devtty.c +++ b/Kernel/platform-trs80/devtty.c @@ -52,6 +52,7 @@ void vtbuf_init(void) { memset(vtbackbuf, ' ', VT_WIDTH * VT_HEIGHT); } + void vtexchange(void) { /* Swap the pointers over: TRS80 video we switch by copying not -- 2.34.1