aboutsummaryrefslogtreecommitdiff
path: root/src/libframe/frbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libframe/frbox.c')
-rw-r--r--src/libframe/frbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libframe/frbox.c b/src/libframe/frbox.c
index beb37c16..eddb4fba 100644
--- a/src/libframe/frbox.c
+++ b/src/libframe/frbox.c
@@ -116,7 +116,7 @@ void
chopbox(Frame *f, Frbox *b, int n) /* drop first n chars; no allocation done */
{
char *p;
-
+
if(b->nrune<0 || b->nrune<n)
drawerror(f->display, "chopbox");
p = (char*)runeindex(b->ptr, n);