X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Fmmodel.c;h=05f2a4b27125204ac0a7e51afbd9bb38c2d9e314;hb=aaf8863de5081b6061e20041e888717b0f929e25;hp=a51d900fd7463738bf15113f3dc76d0479cac09e;hpb=f266612697b213f2f74027eb5b2605b19a97d6d7;p=cc65 diff --git a/src/common/mmodel.c b/src/common/mmodel.c index a51d900fd..05f2a4b27 100644 --- a/src/common/mmodel.c +++ b/src/common/mmodel.c @@ -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;