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:
parent
1fb5967496
commit
ecaaf8b3ec
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue