Renamed module_t::string to module_t::str
This commit is contained in:
@@ -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)];
|
||||
};
|
||||
Reference in New Issue
Block a user