Show
Ignore:
Timestamp:
11/28/07 05:36:19 (16 years ago)
Author:
ppalmers
Message:

fix some stuff that was not merged correctly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/genericavc/avc_avdevice.cpp

    r734 r736  
    236236        bool found=false; 
    237237        for ( PlugVector::const_iterator it2 = syncMSUInputPlugs.begin(); 
    238             it2 != syncMSUInputPlugs.end(); 
    239             ++it2 ) 
     238              it2 != syncMSUInputPlugs.end(); 
     239              ++it2 ) 
    240240        { 
    241241            AVC::Plug* msuPlug = *it2;