Use the right type.

SVN revision: 35459
This commit is contained in:
Cedric BAIL 2008-08-13 09:26:13 +00:00
parent ee5f9b2d75
commit c035c8eeab
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static void *_print_cb_data = NULL;
#define WHITE "\033[37;1m"
#define NOTHING "\033[0m"
int EINA_ERROR_OUT_OF_MEMORY = 0;
EAPI Eina_Error EINA_ERROR_OUT_OF_MEMORY = 0;
#ifdef DEBUG
static Eina_Error_Level _error_level = EINA_ERROR_LEVEL_DBG;