Commit 935f1748 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #236 from danielnorberg/master

add missing semicolon
parents dc50bf5d 67fd4c9a
......@@ -79,7 +79,7 @@ void zmq::xpub_t::xread_activated (pipe_t *pipe_)
sub.size ()));
}
sub.close()
sub.close();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment