]> git.sur5r.net Git - cc65/commitdiff
Merge pull request #828 from Marrin/marrin-docfix
authorOliver Schmidt <ol.sc@web.de>
Wed, 2 Jan 2019 20:17:55 +0000 (21:17 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Jan 2019 20:17:55 +0000 (21:17 +0100)
Fixed documented return type.

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.