diff --git a/ld-decode.py b/ld-decode.py index 938cc2ba1..f9481b73a 100755 --- a/ld-decode.py +++ b/ld-decode.py @@ -95,4 +95,6 @@ def write_json(ldd, outname): if i < 100 or ((i % 1000) == 0): #print('write json') write_json(ldd, outname) + +write_json(ldd, outname)