Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_config_box.c 


Log Message:
formatting

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_config_box.c  12 Nov 2007 07:56:29 -0000      1.23
+++ e_mod_config_box.c  8 Jan 2008 20:02:14 -0000       1.24
@@ -10,7 +10,7 @@
   char *port;
   int monitor;
   int ssl;
-   int local;
+  int local;
   char *host;
   char *user;
   char *pass;
@@ -76,7 +76,7 @@
       cfdata->monitor = 1;
       cfdata->ssl = 0;
       cfdata->use_exec = 0;
-       cfdata->local = 0;
+      cfdata->local = 0;
       snprintf (buf, sizeof (buf), "110");
       cfdata->port = strdup (buf);
       return;
@@ -89,7 +89,7 @@
   cfdata->monitor = cb->monitor;
   cfdata->ssl = cb->ssl;
   cfdata->use_exec = cb->use_exec;
-   cfdata->local = cb->local;
+  cfdata->local = cb->local;
    
   snprintf (buf, sizeof (buf), "%d", cb->port);
   cfdata->port = strdup (buf);



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to