Skip to content

Commit

Permalink
Comma whitespace fix.
Browse files Browse the repository at this point in the history
A small fix that was missed in earlier changes.
  • Loading branch information
gerph committed Nov 14, 2023
1 parent f706101 commit e68a411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions riscos_toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit e68a411

Please sign in to comment.