diff options
-rwxr-xr-x | faust2axo.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/faust2axo.py b/faust2axo.py index 2157221..71a6078 100755 --- a/faust2axo.py +++ b/faust2axo.py @@ -96,8 +96,7 @@ def massage_output(oldfile, newfile, xml): if skip_ifdef: if line.startswith("#endif"): skip_ifdef = False - else: - continue + continue outfile.write(line) else: |