aboutsummaryrefslogtreecommitdiff
path: root/src/boxvec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boxvec.c')
-rw-r--r--src/boxvec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boxvec.c b/src/boxvec.c
index 06754e6..7cdd01c 100644
--- a/src/boxvec.c
+++ b/src/boxvec.c
@@ -47,7 +47,7 @@ extern struct boxvec *bv_new()
n->max_boxes = 0;
n->boxes = NULL;
- return NULL;
+ return n;
}