fixed a warning

SVN revision: 9590
This commit is contained in:
tsauerbeck 2004-04-04 17:12:14 +00:00 committed by tsauerbeck
parent 5b7f9729ab
commit e012d65c46
2 changed files with 3 additions and 1 deletions

View File

@ -137,7 +137,7 @@ _ecore_magic_string_get(Ecore_Magic m)
/* "running" (and the inverse being time spent running)... this does not */
/* account for other apps and multitasking... */
static _ecore_fps_debug_init_count = 0;
static int _ecore_fps_debug_init_count = 0;
static int _ecore_fps_debug_fd = -1;
unsigned int *_ecore_fps_runtime_mmap = NULL;

View File

@ -31,5 +31,7 @@ printf("appending font %s\n", font_path_tmp);
}
free (font_path);
return ECORE_CONFIG_ERR_SUCC;
}