]> git.sur5r.net Git - cc65/blobdiff - asminc/tgi-error.inc
Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
[cc65] / asminc / tgi-error.inc
index 52bb57727081780705e589cfc54b885b47451abc..b375918a694847a8d8b87137c49c700b81304237 100644 (file)
@@ -43,7 +43,7 @@
         TGI_ERR_INV_ARG         ; Invalid function argument
         TGI_ERR_INV_FUNC               ; Function not supported
         TGI_ERR_INV_FONT        ; Font file is invalid
-        TGI_ERR_NO_MEM          ; Not enough memory
+        TGI_ERR_NO_RES          ; Out of resources (memory, handles, ...)
         TGI_ERR_UNKNOWN         ; Unknown error
 
         TGI_ERR_COUNT           ; Special: Number of error messages