]> git.sur5r.net Git - cc65/blobdiff - src/common/mmodel.c
Merge branch 'master' of https://github.com/jedeoric/cc65
[cc65] / src / common / mmodel.c
index a51d900fd7463738bf15113f3dc76d0479cac09e..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;