Skip to content

Commit 410b375

Browse files
Fix: Cond. ENDIF/IFEND
1 parent 9904919 commit 410b375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/sdlsyswm.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
{$IFDEF UNIX}
1717
{$IF NOT (DEFINED(DARWIN) OR DEFINED(ANDROID))}
1818
{$DEFINE SDL_VIDEO_DRIVER_X11}
19-
{$ENDIF}
20-
{$IFEND}
19+
{$IFEND}
20+
{$ENDIF}
2121

2222
(*
2323
* Disabled because FPC does not ship a DirectFB unit.

0 commit comments

Comments
 (0)