Commit f850190c authored by Martin Lucina's avatar Martin Lucina

zmq.h: Fix typo and use of C99 comment

parent ee3444ff
...@@ -42,13 +42,13 @@ extern "C" { ...@@ -42,13 +42,13 @@ extern "C" {
#endif #endif
/******************************************************************************/ /******************************************************************************/
/* 0MQ versioning support. */ /* 0MQ versioning support. */
/******************************************************************************/ /******************************************************************************/
ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch); ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
/******************************************************************************/ /******************************************************************************/
// 0MQ errors. /* 0MQ errors. */
/******************************************************************************/ /******************************************************************************/
/* A number random anough not to collide with different errno ranges on */ /* A number random anough not to collide with different errno ranges on */
......
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