summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-21 19:34:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-21 19:34:19 +0100
commita63de084cf1758a2696c997b8234f661030ba790 (patch)
tree8a1f30fad040850358a7aa822bf78060ed456fc1 /src
parent412332653a74e3f7a9c629d88cb7d71c1c3f254b (diff)
downloadweechat-a63de084cf1758a2696c997b8234f661030ba790.zip
Fix typo in /debug windows
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-debug.c2
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,