Skip to content

Commit

Permalink
Merge pull request #132 from Gampyg28/d_SpaceOut-001
Browse files Browse the repository at this point in the history
Add missing Space.
  • Loading branch information
antuspcm committed Feb 12, 2020
2 parents bf74116 + eae1097 commit 9e4d855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/PcmLibrary/Misc/Utility.cs 100755 → 100644
Expand Up @@ -172,7 +172,7 @@ public static void ReportOperatingSystems(UInt32 fileOs, UInt32 pcmOs, WriteType
{
if (writeType == WriteType.Full)
{
logger.AddUserMessage("Changing PCM to operating system" + fileOs);
logger.AddUserMessage("Changing PCM to operating system " + fileOs);
}
else if (writeType == WriteType.TestWrite)
{
Expand Down

0 comments on commit 9e4d855

Please sign in to comment.