diff src/bar_info.c @ 516:b7e99bfeadc9

Convert the minority of while() to while ().
author zas_
date Thu, 24 Apr 2008 15:49:57 +0000
parents f9bf33be53ff
children 905688aa2317
line wrap: on
line diff
--- a/src/bar_info.c	Thu Apr 24 15:44:43 2008 +0000
+++ b/src/bar_info.c	Thu Apr 24 15:49:57 2008 +0000
@@ -152,7 +152,7 @@
 			gchar *keystr = ++ptr;
 			
 			key = MK_NONE;
-			while(*ptr != ']' && *ptr != '\n' && *ptr != '\0') ptr++;
+			while (*ptr != ']' && *ptr != '\n' && *ptr != '\0') ptr++;
 			
 			if (*ptr == ']')
 				{