]> git.sur5r.net Git - cc65/commitdiff
_tgi_getaspectratio was declared global twice, while tgi_setaspectratio was
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 May 2011 19:18:38 +0000 (19:18 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 May 2011 19:18:38 +0000 (19:18 +0000)
missing (Greg King).

git-svn-id: svn://svn.cc65.org/cc65/trunk@5018 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/tgi-kernel.inc

index 5bca0b630b6490114fd1c1867b1f3a2d0f504ab0..56c56f943e59845c41ae3978503506e3c1c9ceda 100644 (file)
@@ -207,8 +207,8 @@ TGI_CLIP_TOP            = $08
         .global _tgi_load_driver
         .global _tgi_outtext
         .global _tgi_outtextxy
-        .global _tgi_pieslice     
-       .global _tgi_getaspectratio
+        .global _tgi_pieslice
+       .global _tgi_setaspectratio
         .global _tgi_setcolor
         .global _tgi_setdrawpage
         .global _tgi_setpalette