mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
replaced void* with unsigned char* everywhere
This commit is contained in:
@@ -87,7 +87,7 @@ void Toy_appendModuleBundle(Toy_ModuleBundle* bundle, Toy_Ast* ast) {
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
void* module = Toy_compileModule(ast);
|
||||
unsigned char* module = Toy_compileModule(ast);
|
||||
|
||||
//don't try writing an empty module
|
||||
if (module == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user