Ignore:
Timestamp:
Feb 25, 2006 9:16:36 PM (18 years ago)
Author:
bennylp
Message:

Tidying up and make it consistent with the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua/main.c

    r226 r230  
    282282            } 
    283283        } 
    284         printf("Port #%02d %20.*s  tx to: %s\n",  
     284        printf("Port #%02d %20.*s  transmitting to: %s\n",  
    285285               port_info->slot,  
    286286               (int)port_info->name.slen,  
     
    680680    -1,                                 /* Id                   */ 
    681681    PJSIP_MOD_PRIORITY_TRANSPORT_LAYER-1,/* Priority            */ 
    682     NULL,                               /* User data.           */ 
    683682    NULL,                               /* load()               */ 
    684683    NULL,                               /* start()              */ 
     
    765764int main(int argc, char *argv[]) 
    766765{ 
     766 
    767767    /* Init default settings. */ 
    768768 
Note: See TracChangeset for help on using the changeset viewer.