From: cuz Date: Sun, 31 Jul 2005 19:56:04 +0000 (+0000) Subject: Fixed a bug in the last change X-Git-Tag: V2.12.0~280 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=209954a4a295c7d53e89981c421e6789f124a391;p=cc65 Fixed a bug in the last change git-svn-id: svn://svn.cc65.org/cc65/trunk@3563 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65html/ca65html b/src/ca65html/ca65html index 09a222ce4..ffd281417 100755 --- a/src/ca65html/ca65html +++ b/src/ca65html/ca65html @@ -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*)?(.*)$/) {