Add const qualifier.

SVN revision: 37229
This commit is contained in:
Sebastian Dransfeld 2008-10-27 11:35:56 +00:00
parent 18ffc85264
commit 40c2c3eec4
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ wizard_page_show(E_Wizard_Page *pg)
{
E_Intl_Pair *pair;
Evas_Object *ic;
char buf[PATH_MAX], *dir;
char buf[PATH_MAX];
const char *dir;
pair = l->data;
dir = e_prefix_data_get();