diff options
-rw-r--r-- | src/core/wee-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index fe75431d0..dda4cc5e6 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -213,7 +213,7 @@ debug_windows_tree_display (struct t_gui_window_tree *tree, int indent) snprintf (format, sizeof (format), "%%-%dsnode: 0x%%lx (parent:0x%%lx), win=0x%%lx, " - "child1=0x%%lx, child2=0x%%lx)", + "child1=0x%%lx, child2=0x%%lx", indent * 2); gui_chat_printf (NULL, format, |