From 030397d1c0527970d47978468e6ea6be2f6c8b9f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 17 Jun 2012 04:11:07 +0000 Subject: [PATCH] cmd shoudl be static const SVN revision: 72265 --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index f8844e72..2806c753 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -6,7 +6,7 @@ #include "options.h" #include "media.h" -const char *cmd = NULL; +static const char *cmd = NULL; static Evas_Object *win = NULL, *bg = NULL, *term = NULL, *media = NULL; static Ecore_Timer *flush_timer = NULL;