Index: snap-2013-11-29/Zoe/zoeTools.c
===================================================================
--- snap-2013-11-29.orig/Zoe/zoeTools.c
+++ snap-2013-11-29/Zoe/zoeTools.c
@@ -151,8 +151,8 @@ static void itoa (int n, char * s) {
 	} while ((n /= 10) > 0);
 	if (sign < 0)
 		s[i++] = '-';
-		s[i] = '\0';
-		reverse_string(s);
+        s[i] = '\0';
+        reverse_string(s);
 }
 
 /* coor_t */
