Skip to content

Commit 95be602

Browse files
remove a space char
1 parent d3d01ee commit 95be602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/SDL_stdinc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,5 @@ function SDL_fabsf(x: cfloat): cfloat; cdecl;
213213
* \since This datatype is available since SDL 3.1.3.
214214
}
215215
type
216-
TSDL_FunctionPointer = procedure (parameter:Pointer); cdecl;
216+
TSDL_FunctionPointer = procedure(parameter:Pointer); cdecl;
217217

0 commit comments

Comments
 (0)