Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
      Tag: SPLIT
        ecore.c 


Log Message:


ecore docs now look stylish

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Attic/ecore.c,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -3 -r1.1.2.6 -r1.1.2.7
--- ecore.c     20 Feb 2003 06:56:40 -0000      1.1.2.6
+++ ecore.c     21 Feb 2003 04:59:13 -0000      1.1.2.7
@@ -1,7 +1,7 @@
 #include "ecore_private.h"
 #include "Ecore.h"
 
-static char *_ecore_magic_string_get(Ecore_Magic m);
+static const char *_ecore_magic_string_get(Ecore_Magic m);
 
 /**
  * Set up connections, signal handlers, sockets etc.
@@ -50,8 +50,8 @@
      fprintf(stderr, "  Input handle is wrong type\n"
                     "    Expected: %08x - %s\n"
                     "    Supplied: %08x - %s\n",
-            req_m, _ecore_magic_string_get(req_m),
-            m, _ecore_magic_string_get(m));
+            (unsigned int)req_m, _ecore_magic_string_get(req_m),
+            (unsigned int)m, _ecore_magic_string_get(m));
    fprintf(stderr, 
           "*** NAUGHTY PROGRAMMER!!!\n"
           "*** SPANK SPANK SPANK!!!\n"
@@ -59,7 +59,7 @@
           "\n");
 }
 
-static char *
+static const char *
 _ecore_magic_string_get(Ecore_Magic m)
 {
    switch (m)




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to