diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-19 17:15:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-19 17:15:19 +0000 |
commit | 95323a6a3612a155420dbb17b424db14cabcf06d (patch) | |
tree | 885d07868d46b803319396d111e45c5396f4cd6e | |
parent | 4cdc228353246ef8e05f89e44e5e7968807ff19d (diff) | |
download | rtmux-95323a6a3612a155420dbb17b424db14cabcf06d.tar.gz rtmux-95323a6a3612a155420dbb17b424db14cabcf06d.tar.bz2 rtmux-95323a6a3612a155420dbb17b424db14cabcf06d.zip |
Leftover label.
-rw-r--r-- | screen-write.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/screen-write.c b/screen-write.c index c1514238..87b57382 100644 --- a/screen-write.c +++ b/screen-write.c @@ -1,4 +1,4 @@ -/* $Id: screen-write.c,v 1.27 2009-01-18 21:46:30 nicm Exp $ */ +/* $Id: screen-write.c,v 1.28 2009-01-19 17:15:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -597,7 +597,6 @@ screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc) ic->flags |= GRID_FLAG_PADDING; } -not_utf8: /* Write the actual cell. */ grid_view_set_cell(gd, s->cx, s->cy, gc); |