elementary: Fix external variable declaration to match const char

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-23 09:47:51 -04:00
parent 6549dbad9e
commit fc652be126
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ char *mem_strdup(const char *s);
/* global vars */
extern char *file_in;
extern char *tmp_dir;
extern const char *tmp_dir;
extern char *file_out;
extern int line;
extern Eina_List *stack;