From 64c3e5fd739f83d86c45c8b99335635f233c80ba Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 29 Oct 2003 19:00:13 +0000 Subject: [PATCH] Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@2580 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/tgi/tgi_getpagecount.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/tgi/tgi_getpagecount.s b/libsrc/tgi/tgi_getpagecount.s index 7c8f480b8..777b92c2d 100644 --- a/libsrc/tgi/tgi_getpagecount.s +++ b/libsrc/tgi/tgi_getpagecount.s @@ -1,7 +1,7 @@ ; ; Ullrich von Bassewitz, 23.06.2002 ; -; void __fastcall__ tgi_getpagecount (void); +; unsigned __fastcall__ tgi_getpagecount (void); ; /* Returns the number of screen pages available. */ ;