limine: Fix wrong variable name
This commit is contained in:
parent
fb19f6bc97
commit
414fb38492
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue