]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try that
authorMichael Jerris <mike@jerris.com>
Mon, 14 Dec 2009 20:44:04 +0000 (20:44 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 14 Dec 2009 20:44:04 +0000 (20:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15953 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/libsofia-sip-ua/sdp/sdp.c

index bfedcd2e2c1354bbd35aad77470d2e3940b657ed..9ea45131a5184e325a7a7b164e70abdc32c8453d 100644 (file)
@@ -63,7 +63,7 @@ const unsigned sdp_struct_align_ = sizeof(void *) - STRUCT_ALIGN_;
 
 
 #define STRUCT_DUP(p, dst, src) \
-  ASSERT_STRUCT_ALIGN(p); \ 
+  ASSERT_STRUCT_ALIGN(p); \
   ((*(int*)(src) >= (int)sizeof(*src)                                  \
     ? (dst = memcpy((p), (src), sizeof(*src)))                         \
     : (dst = memcpy((p), (src), *(int*)(src))),                                \