]> git.sur5r.net Git - cc65/commitdiff
Fixed a bug introduced with the last patch
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Feb 2007 18:22:43 +0000 (18:22 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Feb 2007 18:22:43 +0000 (18:22 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3772 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65html/ca65html

index 6062db0f68a97ac3232441400b1c48a1940b1214..4b7c3a8720793a73e872c974fca5137979ebd008 100755 (executable)
@@ -7,7 +7,7 @@
 #                                                                             #
 #                                                                             #
 #                                                                             #
-#  (C) 2000-2003 Ullrich von Bassewitz                                        #
+#  (C) 2000-2007 Ullrich von Bassewitz                                        #
 #                RĂ·merstrasse 52                                              #
 #                D-70794 Filderstadt                                          #
 #  EMail:        uz@cc65.org                                                  #
@@ -388,7 +388,7 @@ sub Process1 {
                chop ($Line);
 
                # Check for a label
-        if ($Line =~ /^\s*(\@?)([_a-zA-Z]\w*)(:(?!=)|\s*:?=)/)
+        if ($Line =~ /^\s*(\@?)([_a-zA-Z]\w*)(:(?!=)|\s*:?=)/) {
 
            # Is this a local label?
            if ($1 eq "\@") {