From e68a41110a201d7317bbed186cf5357f661dd94a Mon Sep 17 00:00:00 2001 From: Charles Ferguson Date: Tue, 14 Nov 2023 23:23:28 +0000 Subject: [PATCH] Comma whitespace fix. A small fix that was missed in earlier changes. --- riscos_toolbox/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riscos_toolbox/__init__.py b/riscos_toolbox/__init__.py index 84c717a..a316950 100644 --- a/riscos_toolbox/__init__.py +++ b/riscos_toolbox/__init__.py @@ -108,8 +108,8 @@ def run(application): global _quit while not _quit: - reason,sender = swi.swi( - 'Wimp_Poll','II;I.I', + reason, sender = swi.swi( + 'Wimp_Poll', 'II;I.I', application.poll_flags, ctypes.addressof(poll_buffer))