1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-10 09:31:08 +00:00

Fixed documented return type.

This commit is contained in:
Marrin 2019-01-02 12:06:01 +01:00
parent 59ab140dc9
commit 003d6542e4

View File

@ -3386,7 +3386,7 @@ used in presence of a prototype.
<descrip> <descrip>
<tag/Function/Load and initialize an extended memory driver. <tag/Function/Load and initialize an extended memory driver.
<tag/Header/<tt/<ref id="em.h" name="em.h">/ <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 <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 it. The function returns an error code that tells if all this has been
successful. successful.