diff src/utilops.c @ 855:0c3f6ef17d18

Tidy up.
author zas_
date Wed, 25 Jun 2008 20:53:52 +0000
parents db68d673448f
children cf21dc928122
line wrap: on
line diff
--- a/src/utilops.c	Wed Jun 25 20:22:02 2008 +0000
+++ b/src/utilops.c	Wed Jun 25 20:53:52 2008 +0000
@@ -1191,7 +1191,7 @@
 {
 	GList *work = list;
 	
-	while(work)
+	while (work)
 		{
 		FileData *fd = work->data;
 		work = work->next;