Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_io_manager.c 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_io_manager.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_io_manager.c    14 Sep 2006 15:14:37 -0000      1.5
+++ ewl_io_manager.c    29 Sep 2006 19:45:30 -0000      1.6
@@ -85,7 +85,8 @@
 
        fd = EWL_FILEDIALOG(w);
        s = ewl_filedialog_selected_file_get(fd);
-       snprintf(path, sizeof(path), "%s/%s", ewl_filedialog_directory_get(fd), 
s);
+       snprintf(path, sizeof(path), "%s/%s", 
+                       ewl_filedialog_directory_get(fd), s);
        if (s) free(s);
        ewl_widget_destroy(w);
 



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