aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/libfont/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/libfont/test.c b/sys/libfont/test.c
index 569d7ad..bd55f33 100644
--- a/sys/libfont/test.c
+++ b/sys/libfont/test.c
@@ -28,7 +28,8 @@ main()
err = 1;
goto end;
}
- info = font·make(fontfile.ubuf, 0);
+
+ info = font·make(fontfile.ubuf, 0, mem·sys, nil);
if (!info)
panicf("failed to load info");