test: Fix copying mistake (typo)
This commit is contained in:
parent
dceb954807
commit
2208f0599f
@ -67,7 +67,7 @@ struct limine_internal_module internal_module2 = {
|
|||||||
|
|
||||||
struct limine_internal_module internal_module3 = {
|
struct limine_internal_module internal_module3 = {
|
||||||
.path = "./limine.cfg",
|
.path = "./limine.cfg",
|
||||||
.cmdline = "Second internal module"
|
.cmdline = "Third internal module"
|
||||||
};
|
};
|
||||||
|
|
||||||
struct limine_internal_module *internal_modules[] = {
|
struct limine_internal_module *internal_modules[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user