mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a missing newline in the juce_tracktion_marketplace keygen
This commit is contained in:
parent
49989308b7
commit
a8a7fa28e2
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ String KeyGeneration::generateExpiringKeyFile (const String& appName,
|
|||
xml.setAttribute ("expiryTime", String::toHexString (expiryTime.toMilliseconds()));
|
||||
|
||||
String comment (KeyFileUtils::createKeyFileComment (appName, userEmail, userName, machineNumbers));
|
||||
comment << "Expires: " << expiryTime.toString (true, true);
|
||||
comment << newLine << "Expires: " << expiryTime.toString (true, true);
|
||||
|
||||
return KeyFileUtils::createKeyFile (comment, xml, privateKey);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue