Skip to content

Commit

Permalink
internal: Fix comment about screenset's parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Apr 1, 2015
1 parent 1051c21 commit 4302e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/rtl-gfx.bas
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ declare function hPorts_cb _
), _
/' function screenset cdecl _
( _
byval work_page as integer = -1, _
byval visible_page as integer = -1 _
byval work_page as long = -1, _
byval visible_page as long = -1 _
) as long '/ _
( _
@"screenset", @"fb_GfxPageSet", _
Expand Down

0 comments on commit 4302e5a

Please sign in to comment.