Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c mod-misc.c 


Log Message:
Remove duplicate const.

===================================================================
RCS file: /cvs/e/e16/e/src/ewins.c,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -3 -r1.173 -r1.174
--- ewins.c     24 Aug 2006 21:52:28 -0000      1.173
+++ ewins.c     8 Oct 2006 14:54:20 -0000       1.174
@@ -2270,7 +2270,7 @@
 /*
  * Module descriptor
  */
-const const EModule ModEwins = {
+const EModule       ModEwins = {
    "ewins", NULL,
    EwinsSighan,
    {N_IPC_FUNCS, EwinsIpcArray}
===================================================================
RCS file: /cvs/e/e16/e/src/mod-misc.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- mod-misc.c  19 Sep 2006 16:55:16 -0000      1.45
+++ mod-misc.c  8 Oct 2006 14:54:20 -0000       1.46
@@ -238,7 +238,7 @@
 #define N_IPC_FUNCS (sizeof(MiscIpcArray)/sizeof(IpcItem))
 
 /* Stuff not elsewhere */
-const const EModule ModMisc = {
+const EModule       ModMisc = {
    "misc", NULL,
    NULL,
    {N_IPC_FUNCS, MiscIpcArray}



-------------------------------------------------------------------------
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