]> git.sur5r.net Git - cc65/blobdiff - src/common/addrsize.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / addrsize.h
index 9d11ce44cda0e5e4fc4608a211b3ec4e86b413a3..e2e0fa9bbda95009693191d3eb5b8f39692fc36c 100644 (file)
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -54,7 +54,7 @@
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -64,14 +64,11 @@ const char* AddrSizeToStr (unsigned char AddrSize);
 
 unsigned char AddrSizeFromStr (const char* Str);
 /* Return the address size for a given string. Returns ADDR_SIZE_INVALID if
- * the string cannot be mapped to an address size.
- */
+** the string cannot be mapped to an address size.
+*/
 
 
 
 /* End of addrsize.h */
 
 #endif
-
-
-