fixed a warning
authortsauerbeck <tsauerbeck>
Sun, 4 Apr 2004 17:12:14 +0000 (17:12 +0000)
committertsauerbeck <tsauerbeck@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 4 Apr 2004 17:12:14 +0000 (17:12 +0000)
SVN revision: 9590

legacy/ecore/src/lib/ecore/ecore.c
legacy/ecore/src/lib/ecore_config/convenience.c

index 69a4d05..3182165 100644 (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;
 
index 2f52564..a9028ef 100644 (file)
@@ -31,5 +31,7 @@ printf("appending font %s\n", font_path_tmp);
     }
 
   free (font_path);
+
+  return ECORE_CONFIG_ERR_SUCC;
 }