]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fixed comment error.
authorToni Wilen <twilen@winuae.net>
Thu, 1 Feb 2018 16:39:33 +0000 (18:39 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 1 Feb 2018 16:39:33 +0000 (18:39 +0200)
qemuvga/esp.cpp

index 450baf5378eabb94fe92e0223cda98b4ec3f1544..7616068b68eefae030ea2f97808cb23723fb7937 100644 (file)
@@ -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;