static int for the log domain. Thanks, Gustavo
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Apr 2010 22:55:54 +0000 (22:55 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Apr 2010 22:55:54 +0000 (22:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@47850 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/loaders/tiff/evas_image_load_tiff.c
src/modules/loaders/xpm/evas_image_load_xpm.c

index df9107f..20ce7ee 100644 (file)
@@ -13,7 +13,7 @@
 #include "evas_common.h"
 #include "evas_private.h"
 
-int _evas_loader_tiff_log_dom = -1;
+static int _evas_loader_tiff_log_dom = -1;
 
 #ifdef ERR
 # undef ERR
index bb2d3eb..e7778de 100644 (file)
@@ -10,7 +10,7 @@
 #include "evas_common.h"
 #include "evas_private.h"
 
-int _evas_loader_xpm_log_dom = -1;
+static int _evas_loader_xpm_log_dom = -1;
 
 #ifdef ERR
 # undef ERR