Changeset 5637:8222fdbd0cdd in roaraudio for libroar/proto.c


Ignore:
Timestamp:
09/02/12 12:13:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected typos, thanks to Adam D. Barratt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/proto.c

    r5608 r5637  
    229229 } 
    230230 
    231  // check specal case where headerlen < _ROAR_MESS_BUF_LEN_V0, this means that we need to put 
     231 // check special case where headerlen < _ROAR_MESS_BUF_LEN_V0, this means that we need to put 
    232232 // some data we read as header into the data part of the message. 
    233233 if ( headerlen > _ROAR_MESS_BUF_LEN_V0 ) { 
Note: See TracChangeset for help on using the changeset viewer.