add const to char* of enlightenment_remote.

not that important, but should send more stuff to read-only section of elf.



SVN revision: 37846
This commit is contained in:
Gustavo Sverzut Barbieri 2008-11-28 22:02:42 +00:00
parent 4d2001bed6
commit d141f3e0d4
1 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@ typedef struct _Opt Opt;
struct _Opt
{
char *opt;
int num_param;
char *desc;
int num_reply;
E_Ipc_Op opcode;
const char *opt;
int num_param;
const char *desc;
int num_reply;
E_Ipc_Op opcode;
};
Opt opts[] = {