make this variable static.

This is the nasty bug with mixer module... it didn't happen before 
because I always compile with -fvisibility=hidden




SVN revision: 44992
This commit is contained in:
Gustavo Sverzut Barbieri 2010-01-08 21:35:51 +00:00
parent f62b54b960
commit 7367354419
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static E_Module *connman_mod = NULL;
static char tmpbuf[PATH_MAX]; /* general purpose buffer, just use immediately */
static const char _name[] = "connman";
const char _Name[] = "Connection Manager";
static const char _Name[] = "Connection Manager";
static const char *e_str_idle = NULL;
static const char *e_str_association = NULL;