Skip to content

Commit

Permalink
Tidy NanaZip.Codecs.Archive.Romfs.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 2, 2025
1 parent 4913ae3 commit 57c2707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanaZip.Codecs/NanaZip.Codecs.Archive.Romfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace
// Every multi byte value (32 bit words, I’ll use the longwords term from
// now on) must be in big endian order.

const char g_RomfsSignature[] = { '-','r','o','m','1','f','s','-' };
const char g_RomfsSignature[] = { '-', 'r', 'o', 'm', '1', 'f', 's', '-' };

// The Windows MAX_PATH as the maximum path length should enough for most
// ROMFS cases.
Expand Down

0 comments on commit 57c2707

Please sign in to comment.