1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

fix typo (detected by Stefan Haubenthal)

git-svn-id: svn://svn.cc65.org/cc65/trunk@3165 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2004-07-23 20:04:58 +00:00
parent 1fb5967496
commit ecaaf8b3ec

View File

@ -89,7 +89,7 @@ way round.
This function converts track/head/sector to logical sector number.
<tscreen><verb>
unsigned char __fastcall__ dio_log_to_phys(_dhandle_t handle,
unsigned char __fastcall__ dio_log_to_phys (dhandle_t handle,
const _sectnum_t *sectnum,
dio_phys_pos *physpos);
</verb></tscreen>