DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / lib / sdl2 / sdltype.inc
index 7779cb7044ff795c66988c83644b88e7c832280e..14b76f9c46e09e8fe23692fae4d8d1820d1a1b2c 100644 (file)
@@ -6,7 +6,7 @@ type
   DWord = LongWord;
 
   PUInt8Array = ^TUInt8Array;
-  PUInt8 = ^UInt8;    
+  PUInt8 = ^UInt8;
   PPUInt8 = ^PUInt8;
   UInt8 = Byte;
   {$EXTERNALSYM UInt8}