]> git.sur5r.net Git - cc65/commitdiff
Whitespace only change.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 17 Jun 2010 19:13:43 +0000 (19:13 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 17 Jun 2010 19:13:43 +0000 (19:13 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4726 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2enh.sgml

index b4f1045540378c89cb1a95f474e8bb744abf50a9..70fdcf4e71a49a36e06155897105d659d357f57c 100644 (file)
@@ -502,7 +502,7 @@ name="assembler manual">.
 The function <htmlurl url="dio-1.html" name="dio_open()"> has the single parameter
 <tt/drive_id/ to identify the drive to be opened. Therefore an Apple&nbsp;II
 slot and drive pair is mapped to that <tt/drive_id/ according to the formula
-  
+
 <verb>
     drive_id = slot * 16 + (drive - 1) * 128
 </verb>