From e67c8e1592007e1edbc0768b6e05da007489a416 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Mon, 30 May 2022 17:23:54 -0700 Subject: [PATCH] Fix compile-breaking typos in last commit --- src/sbbs3/sbbsexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/sbbsexec.c b/src/sbbs3/sbbsexec.c index b3517368a0..be1c3f5173 100644 --- a/src/sbbs3/sbbsexec.c +++ b/src/sbbs3/sbbsexec.c @@ -63,8 +63,8 @@ struct uart { .scratch_reg = 0, .divisor_latch_lsb = 0x03, /* 38400 */ .divisor_latch_msb = 0x00, - .fifo_enabled = 0 - .virtualize = FALSE; + .fifo_enabled = 0, + .virtualize = FALSE }, uart; // Notice: re-initialize global variables in VDDInitialize for NTVDMx64 and pre-Vista versions of Windows -- GitLab