From d141f3e0d4dbabea0853cbd10e91bdcabc6ec45e Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 28 Nov 2008 22:02:42 +0000 Subject: [PATCH] add const to char* of enlightenment_remote. not that important, but should send more stuff to read-only section of elf. SVN revision: 37846 --- src/bin/e_remote_main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/e_remote_main.c b/src/bin/e_remote_main.c index 0fc3fe189..5f8ec744d 100644 --- a/src/bin/e_remote_main.c +++ b/src/bin/e_remote_main.c @@ -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[] = {