zeromq / zproto

A protocol framework for ZeroMQ
MIT License
237 stars 100 forks source link

zproto_codec_c generates bug with pubsub="1" for is_subscribe() declaration #419

Closed brettviren closed 5 years ago

brettviren commented 5 years ago

https://github.com/zeromq/zproto/blob/master/src/zproto_codec_c.gsl#L400

Just needs the { replaced with a ;.

bluca commented 5 years ago

Could you please send a PR to fix it?