Skip to content

Commit

Permalink
fbc: normalize whitespace before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Nov 26, 2023
1 parent 4cb2288 commit 6c53fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/fbc.bas
Expand Up @@ -1264,8 +1264,8 @@ private function hLinkFiles( ) as integer
exit function
end if

dim value as long = clng( fbGetOption( FB_COMPOPT_STACKSIZE ) )
put #f, 533, value
dim value as long = clng( fbGetOption( FB_COMPOPT_STACKSIZE ) )
put #f, 533, value

close #f

Expand Down

0 comments on commit 6c53fd9

Please sign in to comment.