Added missing comma after ME_CONNECT declaration.

This commit is contained in:
Tobias Brunner
2012-03-20 17:30:48 +01:00
parent 8c5e78ae4f
commit 4c6dfbb26b
+2 -1
View File
@@ -115,11 +115,12 @@ enum exchange_type_t{
* IKE_SESSION_RESUME (RFC 5723). * IKE_SESSION_RESUME (RFC 5723).
*/ */
IKE_SESSION_RESUME = 38, IKE_SESSION_RESUME = 38,
#ifdef ME #ifdef ME
/** /**
* ME_CONNECT * ME_CONNECT
*/ */
ME_CONNECT = 240 ME_CONNECT = 240,
#endif /* ME */ #endif /* ME */
/** /**