Selaa lähdekoodia

* Fix compilation

Michaël Van Canneyt 2 vuotta sitten
vanhempi
sitoutus
6c0e19af88
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/libgbafpc/src/gba/gba_helper.inc

+ 1 - 1
packages/libgbafpc/src/gba/gba_helper.inc

@@ -178,7 +178,7 @@ asm
   swi #0xff0000
 end['r0'];
 
-function GBAIntToStr(i: integer): ajsçstring;
+function GBAIntToStr(i: integer): ansistring;
 var
   s: ansistring;
 begin