Skip to content

Commit 174a64a

Browse files
authored
Merge pull request #56 from suve/master
Fix syntax error (typo: space in const name) in sdlrenderer.inc
2 parents 7296301 + 8fabb4a commit 174a64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdlrenderer.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type
5656
* Flip constants for SDL_RenderCopyEx
5757
*}
5858
const
59-
S DL_FLIP_NONE = $0; {**< Do not flip *}
59+
SDL_FLIP_NONE = $0; {**< Do not flip *}
6060
SDL_FLIP_HORIZONTAL = $1; {**< flip horizontally *}
6161
SDL_FLIP_VERTICAL = $2; {**< flip vertically *}
6262

0 commit comments

Comments
 (0)