Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_misc.c ewl_misc.h 


Log Message:
Change the return type on the debug indent print.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -3 -r1.78 -r1.79
--- ewl_misc.c  6 Jan 2007 13:09:05 -0000       1.78
+++ ewl_misc.c  6 Jan 2007 13:14:13 -0000       1.79
@@ -1086,7 +1086,7 @@
  * debug level
  * @brief Creates a string used to indent debug messages
  */
-char *
+void
 ewl_debug_indent_print(int mod_dir)
 {
        int indent;
@@ -1101,8 +1101,6 @@
                fputc(' ', stderr);
 
        if (mod_dir > 0) ewl_debug_indent_lvl ++;
-
-       return NULL;
 }
 
 void
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_misc.h  6 Jan 2007 13:09:05 -0000       1.22
+++ ewl_misc.h  6 Jan 2007 13:14:13 -0000       1.23
@@ -21,7 +21,7 @@
 void    ewl_destroy_request(Ewl_Widget *w);
 void    ewl_evas_destroy(Evas *evas);
 void    ewl_evas_object_destroy(Evas_Object *obj);
-char   *ewl_debug_indent_print(int mod_dir);
+void    ewl_debug_indent_print(int mod_dir);
 
 /*
  * Internal stuff



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to