Merge pull request #828 from Marrin/marrin-docfix
Fixed documented return type.
This commit is contained in:
commit
a4591138ec
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue