limine: Fix wrong variable name

This commit is contained in:
mintsuki 2022-03-20 19:22:38 +01:00
parent fb19f6bc97
commit 414fb38492
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ FEAT_START
module_cmdline = "";
}
print("limine: Loading module `%s`...\n", m_path);
print("limine: Loading module `%s`...\n", module_path);
struct file_handle *f;
if ((f = uri_open(module_path)) == NULL)