str.cxx

changeset 34
0a9a5902beaa
parent 32
d11a034aabfd
child 66
4fc1ec88aa41
--- a/str.cxx	Tue Jul 17 20:35:43 2012 +0300
+++ b/str.cxx	Sat Jul 28 17:41:24 2012 +0300
@@ -45,7 +45,8 @@
 #include "str.h"
 #include "common.h"
 
-#define ITERATE_STRING(u) for (unsigned int u = 0; u < strlen (text); u++)
+#define ITERATE_STRING(u) \
+	for (unsigned int u = 0; u < strlen (text); u++)
 
 // ============================================================================
 // vdynformat: Try to write to a formatted string with size bytes first, if

mercurial