zmq.h: Fix typo and use of C99 comment

This commit is contained in:
Martin Lucina 2010-09-04 16:10:14 +02:00
parent ee3444ff93
commit f850190c16

View File

@ -48,7 +48,7 @@ extern "C" {
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 */