]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Update win32.cpp
authorWaccoon <105848526+Waccoon@users.noreply.github.com>
Fri, 8 Jul 2022 02:32:37 +0000 (22:32 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 02:32:37 +0000 (22:32 -0400)
Syntax fix.  Build worked before I removed a comment.  Sorry.

od-win32/win32.cpp

index d532e7a1069253b818e9483b1d38213991444ebf..c6baa4a79171a9805d7574edad33ea15b258f618 100644 (file)
@@ -397,7 +397,7 @@ void target_calibrate_spin(void)
                        if (vp2 > vp + cntlines * 2)
                                break;
                }
-trynext:
+trynext:;
        }
        if (sc == 0x800000000000) {
                write_log(_T("Spincount calculation error, spinloop not used.\n"), sc);