summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/gen_dispatch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py
index 9372300..1644cbf 100755
--- a/src/gen_dispatch.py
+++ b/src/gen_dispatch.py
@@ -783,6 +783,7 @@ class Generator(object):
for func in self.sorted_functions:
self.write_thunks(func)
+ self.outln('')
self.outln('#if USING_DISPATCH_TABLE')