]> git.sur5r.net Git - cc65/commitdiff
Fixed a bug in the last change
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Jul 2005 19:56:04 +0000 (19:56 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Jul 2005 19:56:04 +0000 (19:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3563 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65html/ca65html

index 09a222ce4ada42a0ed505e7d813657aaab888a4e..ffd281417950acfcb238bb22cbe0faff88f39409 100755 (executable)
@@ -703,6 +703,9 @@ sub Process2 {
                $Line = $3;
            }
 
+           # Add an remainder if there is one
+           $OutLine .= Cleanup ($Line);
+
        # Handle .proc
                } elsif ($Line =~ /^(\.proc)(\s+)([_a-zA-Z]\w*)?(.*)$/) {