From: cpg Date: Fri, 23 Jul 2004 20:04:58 +0000 (+0000) Subject: fix typo (detected by Stefan Haubenthal) X-Git-Tag: V2.12.0~668 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ecaaf8b3eccf5755c0bc51846a05912e547108a5;p=cc65 fix typo (detected by Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3165 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/dio.sgml b/doc/dio.sgml index 1ec110cb3..efd9d23e1 100644 --- a/doc/dio.sgml +++ b/doc/dio.sgml @@ -89,7 +89,7 @@ way round. This function converts track/head/sector to logical sector number. - 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);