This commit is contained in:
petrie911
2024-05-25 10:47:22 -06:00
committed by Lywx
parent 33315b228d
commit b67d70eee7
+1 -1
View File
@@ -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;
}