From: Waccoon <105848526+Waccoon@users.noreply.github.com> Date: Fri, 8 Jul 2022 02:32:37 +0000 (-0400) Subject: Update win32.cpp X-Git-Tag: 41000~205^2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=a221fe4a5f67e0d5405d70457f16374b89210a48;p=francis%2Fwinuae.git Update win32.cpp Syntax fix. Build worked before I removed a comment. Sorry. --- diff --git a/od-win32/win32.cpp b/od-win32/win32.cpp index d532e7a1..c6baa4a7 100644 --- a/od-win32/win32.cpp +++ b/od-win32/win32.cpp @@ -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);