]> git.sur5r.net Git - cc65/commitdiff
Fixed the address
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 1 Feb 2003 12:38:43 +0000 (12:38 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 1 Feb 2003 12:38:43 +0000 (12:38 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1913 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/locals.c

index 18cfe3334011ffcaef9b20815496cb850f8dad7c..5214a85bc9d014a300e9feb4da5aa2a8701af9cf 100644 (file)
@@ -7,7 +7,7 @@
 /*                                                                           */
 /*                                                                           */
 /* (C) 2000-2003 Ullrich von Bassewitz                                       */
-/*               Roemerstrasse 52                                            */
+/*               Römerstrasse 52                                             */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -453,8 +453,8 @@ void DeclareLocals (void)
        /* Check variable declarations. We need to distinguish between a
         * default int type and the end of variable declarations. So we
         * will do the following: If there is no explicit storage class
-        * specifier *and* no explicit type given, *and* no type qualifiers 
-         * have been read, it is assumed that we have reached the end of 
+        * specifier *and* no explicit type given, *and* no type qualifiers
+         * have been read, it is assumed that we have reached the end of
          * declarations.
         */
        DeclSpec Spec;