From: ol.sc Date: Mon, 19 Dec 2011 14:49:40 +0000 (+0000) Subject: Minor formatting adjustment. X-Git-Tag: V2.13.3~153 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8c9188cc6a94c759711ed206e036aa34bf83162;p=cc65 Minor formatting adjustment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5311 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/dio.sgml b/doc/dio.sgml index c3fff366f..19f5bd091 100644 --- a/doc/dio.sgml +++ b/doc/dio.sgml @@ -85,7 +85,7 @@ and/or different sector counts. The following function returns the sector size of the currently inserted disk: - sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle); + sectsize_t __fastcall__ dio_query_sectsize (dhandle_t handle); On the Atari platform, the sector size is handled specially. Please refer @@ -96,7 +96,7 @@ specific platform documentation. The following function returns the sector count of the currently inserted disk: - sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle); + sectnum_t __fastcall__ dio_query_sectcount (dhandle_t handle); Converting sector numbers