Skip to content

Commit

Permalink
Merge pull request #420 from brettviren/master
Browse files Browse the repository at this point in the history
Fix typo.  Fix #419
  • Loading branch information
sappo authored Mar 14, 2019
2 parents 4030b7a + af6bdb3 commit 8361a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zproto_codec_c.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ $(CLASS.EXPORT_MACRO) void

// Get the type of subscription received from a XPUB socket
$(CLASS.EXPORT_MACRO) bool
$(class.name)_is_subscribe ($(class.name)_t *self) {
$(class.name)_is_subscribe ($(class.name)_t *self);

.endif

Expand Down

0 comments on commit 8361a03

Please sign in to comment.