aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a5e5409..708f74d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -28,7 +28,7 @@ void main(struct mem_info *mem_info, struct vid_info *vid_info)
printf("hello\n");
ls_root();
- read_file(get_inode(find_inode("font24.bdf", 2)));
+ printf("%s", read_file("test.txt", 2));
while (1) {
};