Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm_hal.c 


Log Message:
formatting

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_hal.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_fm_hal.c  13 Mar 2008 19:10:27 -0000      1.5
+++ e_fm_hal.c  24 Mar 2008 14:27:50 -0000      1.6
@@ -157,11 +157,11 @@
        s->volumes = evas_list_append(s->volumes, v);
      }
 
-   if ((v->storage)
-       && (!v->mount_point 
-          || (strcmp(v->mount_point, "/") 
-              && strcmp(v->mount_point, "/home") 
-              && strcmp(v->mount_point, "/tmp"))))
+   if ((v->storage) &&
+       ((!v->mount_point) ||
+               (strcmp(v->mount_point, "/") &&
+        strcmp(v->mount_point, "/home") &&
+        strcmp(v->mount_point, "/tmp"))))
      {
        _e_fm2_volume_write(v);
      }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to