Skip to content

Commit

Permalink
blob
Browse files Browse the repository at this point in the history
  • Loading branch information
petrie911 authored and KiritoDv committed May 25, 2024
1 parent b67d70e commit c1efb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/BlobFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c1efb83

Please sign in to comment.