]> git.sur5r.net Git - cc65/commitdiff
Fixed documented return type. 828/head
authorMarrin <>
Wed, 2 Jan 2019 11:06:01 +0000 (12:06 +0100)
committerMarrin <>
Wed, 2 Jan 2019 11:06:01 +0000 (12:06 +0100)
doc/funcref.sgml

index 0d294d8868fe470c7af7cd222432179a65cad71a..bfd687b6f2217adfaad10009d15a2a62646c0616 100644 (file)
@@ -3386,7 +3386,7 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Load and initialize an extended memory driver.
 <tag/Header/<tt/<ref id="em.h" name="em.h">/
-<tag/Declaration/<tt/void __fastcall__ em_load_driver (const char* name);/
+<tag/Declaration/<tt/unsigned char __fastcall__ em_load_driver (const char* name);/
 <tag/Description/Load an extended memory driver into memory and initialize
 it. The function returns an error code that tells if all this has been
 successful.