Changeset 5265:e87d58d8ddc5 in roaraudio for roard


Ignore:
Timestamp:
11/15/11 12:13:26 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r5257 r5265  
    26222622 //roar_vio_set_fh(&(stream->vio), ROAR_STREAM(stream)->fh); 
    26232623 
    2624  if ( ! stream->vio.read ) { 
     2624 if ( stream->vio.read == NULL ) { 
    26252625  roar_err_set(ROAR_ERROR_NOTSUP); 
    26262626  return -1; 
Note: See TracChangeset for help on using the changeset viewer.