Revision: 1444
http://geeqie.svn.sourceforge.net/geeqie/?rev=1444&view=rev
Author: zas_
Date: 2009-02-28 20:53:59 +0000 (Sat, 28 Feb 2009)
Log Message:
-----------
Add missing space between while and first parenthesis.
Modified Paths:
--------------
trunk/src/layout_util.c
Modified: trunk/src/layout_util.c
===================================================================
--- trunk/src/layout_util.c 2009-02-28 20:52:51 UTC (rev 1443)
+++ trunk/src/layout_util.c 2009-02-28 20:53:59 UTC (rev 1444)
@@ -1562,7 +1562,7 @@
return NULL;
}
- while(split[i])
+ while (split[i])
{
ret = g_list_prepend(ret, g_strdup(split[i]));
i++;
@@ -1646,7 +1646,7 @@
old_path = NULL;
work = editors_list;
- while(work)
+ while (work)
{
GList *path;
EditorDescription *editor = work->data;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn