X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdltype.inc;h=14b76f9c46e09e8fe23692fae4d8d1820d1a1b2c;hb=refs%2Fheads%2Frenders;hp=7779cb7044ff795c66988c83644b88e7c832280e;hpb=30bcb89f4decd5b5885ebde1fbb943b6563b1e3e;p=d2df-sdl.git 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}