Ignore:
Timestamp:
Sep 21, 2011 11:21:33 AM (13 years ago)
Author:
ming
Message:

Re #1266: Fixed build error in non-Windows platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r3763 r3764  
    3838 * Call's media stream. 
    3939 */ 
    40 typedef struct pjsua_call_media 
     40struct pjsua_call_media 
    4141{ 
    4242    pjsua_call          *call;      /**< Parent call.                       */ 
     
    9494                                 pj_status_t status, int security_level, 
    9595                                 int *sip_err_code); 
    96 } pjsua_call_media; 
     96}; 
    9797 
    9898/** 
Note: See TracChangeset for help on using the changeset viewer.