Mon May 12 15:20:02 EDT 2008 Pekka Pessi <first.last@nokia.com>

* msg_header.h: removed c99ism



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8383 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-13 19:08:22 +00:00
parent 4b4f01f936
commit 052e33d6d2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Mon May 12 14:41:23 EDT 2008
Tue May 13 15:08:14 EDT 2008

View File

@ -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
};