E: Fix uninitialized variable warning.

SVN revision: 75112
This commit is contained in:
Christopher Michael 2012-08-10 16:00:38 +00:00
parent fd307cdf7d
commit c02739d6c0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ main(int argc,
{
int i, gn;
int test = 0;
char *action, *cmd;
char *action = NULL, *cmd;
#ifdef HAVE_EEZE_MOUNT
Eina_Bool mnt = EINA_FALSE;
const char *act;