Changeset 2472


Ignore:
Timestamp:
Feb 23, 2009 7:58:54 AM (15 years ago)
Author:
bennylp
Message:

Compilation error in conf_switch due to last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/src/pjmedia/conf_switch.c

    r2471 r2472  
    12931293 
    12941294    /* Return sound playback frame. */ 
    1295     { 
     1295    do { 
    12961296        struct conf_port *this_cport = conf->ports[this_port->port_data.ldata]; 
    12971297        pjmedia_frame *f_src = (pjmedia_frame*) this_cport->tx_buf; 
     
    13551355            f_src_->subframe_cnt = 0; 
    13561356        } 
    1357     } 
     1357    } while (0); 
    13581358 
    13591359    /* Unlock mutex */ 
Note: See TracChangeset for help on using the changeset viewer.