Changeset 5224:0110eb2c5e00 in roaraudio for libroar


Ignore:
Timestamp:
11/12/11 12:46:05 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added const keywords to roar_file_codecdetect()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/file.c

    r5223 r5224  
    3636#include "libroar.h" 
    3737 
    38 int roar_file_codecdetect(char * buf, int len) { 
     38int roar_file_codecdetect(const char * buf, const int len) { 
    3939 int codec = -1; 
    4040 
Note: See TracChangeset for help on using the changeset viewer.