]> git.sur5r.net Git - cc65/commitdiff
Minor formatting adjustment.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Dec 2011 14:49:40 +0000 (14:49 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Dec 2011 14:49:40 +0000 (14:49 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5311 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/dio.sgml

index c3fff366f79ed59ef0f211a965d582a9ae2d0a0a..19f5bd091edd2e53f13fbd88e4254bc8967f3627 100644 (file)
@@ -85,7 +85,7 @@ and/or different sector counts.
 The following function returns the sector size of the currently inserted disk:
 
 <tscreen><verb>
-    sectsize_t __fastcall__ dio_query_sectsize(dhandle_t handle);
+    sectsize_t __fastcall__ dio_query_sectsize (dhandle_t handle);
 </verb></tscreen>
 
 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:
 
 <tscreen><verb>
-    sectnum_t __fastcall__ dio_query_sectcount(dhandle_t handle);
+    sectnum_t __fastcall__ dio_query_sectcount (dhandle_t handle);
 </verb></tscreen>
 
 <sect>Converting sector numbers<p>