From ecaaf8b3eccf5755c0bc51846a05912e547108a5 Mon Sep 17 00:00:00 2001 From: cpg Date: Fri, 23 Jul 2004 20:04:58 +0000 Subject: [PATCH] fix typo (detected by Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3165 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/dio.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5