aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/memory.c
diff options
context:
space:
mode:
authorMarvin Borner2020-05-14 22:32:52 +0200
committerMarvin Borner2020-05-14 22:32:52 +0200
commit89b9cad0607d8fb81489143e312c1983e3e8a552 (patch)
treeef4a31e2f1fc5a471756f76ed5d0cabafd04a6bb /src/kernel/lib/memory.c
parent977aaa6e42d12d1237611673453ab9a9fbd46175 (diff)
Some attempts to fix it, nothing works
Diffstat (limited to 'src/kernel/lib/memory.c')
-rw-r--r--src/kernel/lib/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/memory.c b/src/kernel/lib/memory.c
index 0f3cb34..16e4d4b 100644
--- a/src/kernel/lib/memory.c
+++ b/src/kernel/lib/memory.c
@@ -116,4 +116,4 @@ int memory_init(u32 multiboot_address)
}
}
return ret;
-} \ No newline at end of file
+}