Eeze: Fix 'mount_point may by used uninitialized'.

SVN revision: 58076
This commit is contained in:
Christopher Michael 2011-03-24 20:27:55 +00:00
parent 484f82ba3b
commit 685daa2188
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ int
main(int argc, char *argv[])
{
int args;
const char *dev, *mount_point;
const char *dev, *mount_point = NULL;
Eina_Bool verbose = EINA_FALSE, exit_option = EINA_FALSE;
Eeze_Disk *disk;