From f8c9188cc6a94c759711ed206e036aa34bf83162 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Mon, 19 Dec 2011 14:49:40 +0000 Subject: [PATCH] Minor formatting adjustment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5311 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/dio.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

-- 2.39.5