diff options
| -rw-r--r-- | include/zmq.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/zmq.h b/include/zmq.h index bce1215..d3a6332 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -42,13 +42,13 @@ extern "C" {  #endif  /******************************************************************************/ -/*  0MQ versioning support.                                                    */ +/*  0MQ versioning support.                                                   */  /******************************************************************************/  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      */ | 
