]> git.sur5r.net Git - i3/i3/blobdiff - src/resize.c
Merge branch 'master' into next
[i3/i3] / src / resize.c
index 994fd69262fc205ab6b081cfe7efd8b33b691e33..05fe50558dba737352efc15333b362cf4ce69e20 100644 (file)
@@ -88,7 +88,7 @@ bool resize_find_tiling_participants(Con **current, Con **other, direction_t dir
         }
     }
 
-    DLOG("Found participants: first=%p and second=%p.", first, second);
+    DLOG("Found participants: first=%p and second=%p.\n", first, second);
     *current = first;
     *other = second;
     if (first == NULL || second == NULL) {