From 209954a4a295c7d53e89981c421e6789f124a391 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 31 Jul 2005 19:56:04 +0000 Subject: [PATCH] Fixed a bug in the last change git-svn-id: svn://svn.cc65.org/cc65/trunk@3563 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ca65html/ca65html | 3 +++ 1 file changed, 3 insertions(+) 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*)?(.*)$/) { -- 2.39.5