From 052e33d6d265fe75f7c882112d936df6aea625f2 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 13 May 2008 19:08:22 +0000 Subject: [PATCH] Mon May 12 15:20:02 EDT 2008 Pekka Pessi * msg_header.h: removed c99ism git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8383 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/.update | 2 +- libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_header.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sofia-sip/.update b/libs/sofia-sip/.update index e7d19e5f3d..6d636bbb03 100644 --- a/libs/sofia-sip/.update +++ b/libs/sofia-sip/.update @@ -1 +1 @@ -Mon May 12 14:41:23 EDT 2008 +Tue May 13 15:08:14 EDT 2008 diff --git a/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_header.h b/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_header.h index 93fb982fe4..251b1be608 100644 --- a/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_header.h +++ b/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_header.h @@ -282,7 +282,7 @@ SOFIAPUBFUN unsigned long msg_hash_string(char const *id); #define MSG_STRUCT_ALIGN(p) ((p) = (void*)MSG_ALIGN(p, sizeof(void *))) enum { - msg_n_params = 8, /* allocation size of parameter string list */ + msg_n_params = 8 /* allocation size of parameter string list */ #define MSG_N_PARAMS msg_n_params };