Author: rhs
Date: Mon Apr 7 12:00:54 2014
New Revision: 1585464
URL: http://svn.apache.org/r1585464
Log:
removed extraneous comma that was breaking the CXX build
Modified:
qpid/proton/trunk/proton-c/include/proton/message.h
Modified: qpid/proton/trunk/proton-c/include/proton/message.h
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/message.h?rev=1585464&r1=1585463&r2=1585464&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/message.h (original)
+++ qpid/proton/trunk/proton-c/include/proton/message.h Mon Apr 7 12:00:54 2014
@@ -56,7 +56,7 @@ typedef enum {
PN_DATA, /**< Raw binary data. Not all messages can be encoded this way.*/
PN_TEXT, /**< Raw text. Not all messages can be encoded this way.*/
PN_AMQP, /**< AMQP formatted data. All messages can be encoded this way.*/
- PN_JSON, /**< JSON formatted data. Not all messages can be encoded with full
fidelity way.*/
+ PN_JSON /**< JSON formatted data. Not all messages can be encoded with full
fidelity way.*/
} pn_format_t;
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]