Correct accidentally-omitted flush in amqp codegen

This commit is contained in:
Tony Garnock-Jones 2012-05-10 15:21:34 -04:00
parent 8fbd287e6d
commit 5944d29e7c
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ def print_codec():
else:
acc.flush()
print ' write_%s output_buf %s;' % (mlify(f.type), source)
acc.flush()
print ' ()'
print
print 'let sexp_of_properties p = match p with '