From: Toni Wilen Date: Thu, 1 Feb 2018 16:39:33 +0000 (+0200) Subject: Fixed comment error. X-Git-Tag: 4000~220 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ecd8522967fa43dfb247d6ea95927e09ba8d8080;p=francis%2Fwinuae.git Fixed comment error. --- diff --git a/qemuvga/esp.cpp b/qemuvga/esp.cpp index 450baf53..7616068b 100644 --- a/qemuvga/esp.cpp +++ b/qemuvga/esp.cpp @@ -290,7 +290,8 @@ static void init_status_phase(ESPState *s, int st) { // Multi Evolution driver reads FIFO after // Message Accepted command. This makes - // sure wrong buffer is not read. s->pio_on = 0; + // sure wrong buffer is not read. + s->pio_on = 0; s->async_buf = NULL; s->fifo_on = 2;