소스 검색

modules_k/pv: fixed compilation error in define

- removed extra ';' from km_append_branch define
- thanks to Daniel-Constantin Mierla for reporting
Juha Heinanen 12 년 전
부모
커밋
e8210c30ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dset.h

+ 1 - 1
dset.h

@@ -92,7 +92,7 @@ int append_branch(struct sip_msg* msg, str* uri, str* dst_uri, str* path,
 
 /*! \brief kamailio compatible version */
 #define km_append_branch(msg, uri, dst_uri, path, q, flags, force_socket) \
-    append_branch(msg, uri, dst_uri, path, q, flags, force_socket, 0, 0);
+    append_branch(msg, uri, dst_uri, path, q, flags, force_socket, 0, 0)
 
 /*! \brief ser compatible append_branch version.
  *  append_branch version compatible with ser: no path or branch flags support