]> git.sur5r.net Git - cc65/blobdiff - src/common/mmodel.c
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / mmodel.c
index 7ed0f9b3f3fe1e0f58c231f65465499ef5bf1d5e..05f2a4b27125204ac0a7e51afbd9bb38c2d9e314 100644 (file)
@@ -7,7 +7,7 @@
 /*                                                                           */
 /*                                                                           */
 /* (C) 2003      Ullrich von Bassewitz                                       */
-/*               Römerstraße 52                                              */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -90,8 +90,8 @@ mmodel_t FindMemoryModel (const char* Name)
 
 void SetMemoryModel (mmodel_t Model)
 /* Set the memory model updating the MemoryModel variables and the address
- * sizes for the segments.
- */
+** sizes for the segments.
+*/
 {
     /* Remember the memory model */
     MemoryModel = Model;
@@ -124,5 +124,3 @@ void SetMemoryModel (mmodel_t Model)
     /* Zeropage is always zeropage */
     ZpAddrSize = ADDR_SIZE_ZP;
 }
-
-