From ecd8522967fa43dfb247d6ea95927e09ba8d8080 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 1 Feb 2018 18:39:33 +0200 Subject: [PATCH] Fixed comment error. --- qemuvga/esp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.3