Changeset 5574:2be917a38a32 in roaraudio


Ignore:
Timestamp:
07/18/12 13:10:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed duplicate listing of protocols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r5571 r5574  
    11051105   continue; 
    11061106 
     1107  // protocols of type BUILDIN are handled above. 
     1108  if ( p->type == ROARD_PROTO_TYPE_BUILDIN ) 
     1109   continue; 
     1110 
    11071111  strncpy(subsys, "      ", 6); 
    11081112  description = "(none)"; 
Note: See TracChangeset for help on using the changeset viewer.