Ecore: fix error message

SVN revision: 75364
This commit is contained in:
Vincent Torri 2012-08-17 07:59:36 +00:00
parent 14d7f1cce7
commit 4c78dfadae
1 changed files with 1 additions and 1 deletions

View File

@ -2008,7 +2008,7 @@ _ecore_main_win32_select(int nfds __UNUSED__,
char *m;
m = evil_last_error_get();
ERR(" * %s\n", m);
ERR("%s", m);
free(m);
res = -1;
}