X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdltype.inc;h=14b76f9c46e09e8fe23692fae4d8d1820d1a1b2c;hp=7779cb7044ff795c66988c83644b88e7c832280e;hb=ac201b02f10ef558087d50f6b03b4519ab567558;hpb=423556f23c02a18964bd2c1e125516c0c902ca46 diff --git a/src/lib/sdl2/sdltype.inc b/src/lib/sdl2/sdltype.inc index 7779cb7..14b76f9 100644 --- a/src/lib/sdl2/sdltype.inc +++ b/src/lib/sdl2/sdltype.inc @@ -6,7 +6,7 @@ type DWord = LongWord; PUInt8Array = ^TUInt8Array; - PUInt8 = ^UInt8; + PUInt8 = ^UInt8; PPUInt8 = ^PUInt8; UInt8 = Byte; {$EXTERNALSYM UInt8}