aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--window-copy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/window-copy.c b/window-copy.c
index 119af10b..92e47ed5 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -1,4 +1,4 @@
-/* $Id: window-copy.c,v 1.55 2009-03-30 20:14:50 nicm Exp $ */
+/* $Id: window-copy.c,v 1.56 2009-03-30 20:58:25 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -260,7 +260,6 @@ window_copy_write_line(struct window_pane *wp, struct screen_write_ctx *ctx, u_i
gc.attr |= options_get_number(&wp->window->options, "mode-attr");
screen_write_cursormove(ctx, screen_size_x(s) - size, 0);
screen_write_puts(ctx, &gc, "%s", hdr);
- screen_write_puts(ctx, &gc, "%s", hdr);
} else
size = 0;