cmd shoudl be static const

SVN revision: 72265
This commit is contained in:
Carsten Haitzler 2012-06-17 04:11:07 +00:00
parent c5ee45929b
commit 030397d1c0
1 changed files with 1 additions and 1 deletions

View File

@ -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;