diff --git a/include/module.h b/include/module.h index eebad45..4e0cc1a 100644 --- a/include/module.h +++ b/include/module.h @@ -6,5 +6,5 @@ struct module_t { physaddr_t start; physaddr_t end; - char string[64 - 2 * sizeof(physaddr_t)]; + char str[64 - 2 * sizeof(physaddr_t)]; }; \ No newline at end of file