Changeset 5637:8222fdbd0cdd in roaraudio


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5636 r5637  
    44          a endless loop in rpld. 
    55        * Added audio clock to roard's libshout driver "shout". 
     6        * Corrected typos. 
    67 
    78v. 1.0beta5 - Mon Aug 20 2012 23:52 CEST 
  • libroar/basic.c

    r5619 r5637  
    512512  return -1; 
    513513 
    514  // specal hack to set an illegal value used internaly in libroar: 
     514 // special hack to set an illegal value used internally in libroar: 
    515515 if ( fh == -2 ) 
    516516  fh = -1; 
  • libroar/buffer.c

    r5603 r5637  
    513513 _ckbuf(0) 
    514514 
    515  // handle specal case where user length is zero: 
     515 // handle special case where user length is zero: 
    516516 if ( len && !buf->user_len ) { 
    517517  buf->user_data = buf->data; 
  • 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 ) { 
  • libroar/vio.c

    r5525 r5637  
    246246} 
    247247 
    248 // specal commands: 
     248// special commands: 
    249249int     roar_vio_accept  (struct roar_vio_calls * calls, struct roar_vio_calls * dst) { 
    250250 if (dst == NULL || calls == NULL) { 
Note: See TracChangeset for help on using the changeset viewer.