mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
blob
This commit is contained in:
@@ -11,7 +11,7 @@ ExportResult BlobHeaderExporter::Export(std::ostream &write, std::shared_ptr<IPa
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
write << "extern u8 *" << symbol << "[];\n";
|
||||
write << "extern u8" << symbol << "[];\n";
|
||||
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user