]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Mon May 12 15:20:02 EDT 2008 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Tue, 13 May 2008 19:08:22 +0000 (19:08 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 13 May 2008 19:08:22 +0000 (19:08 +0000)
  * 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
libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_header.h

index e7d19e5f3dadcdc56ed13d117db5da2905db6d5b..6d636bbb03cd1bc90e4f5a798dd7015b465644ea 100644 (file)
@@ -1 +1 @@
-Mon May 12 14:41:23 EDT 2008
+Tue May 13 15:08:14 EDT 2008
index 93fb982fe4d5b13b6a1f3ffeb5bb26985a386085..251b1be60895c65cfddfdaed92170a5d1c1e5a43 100644 (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
 };