Changeset 4520:aefb6267b02a in roaraudio for roard/commands.c


Ignore:
Timestamp:
10/16/10 16:25:08 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed warning because of a missing const keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/commands.c

    r4500 r4520  
    131131} 
    132132 
    133 int command_get_name (int command, char ** name) { 
     133int command_get_name (int command, const char ** name) { 
    134134 int cmd = command_get_id_by_cmd(command); 
    135135 
Note: See TracChangeset for help on using the changeset viewer.