1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix a documentation typo

This commit is contained in:
Tom Poole 2022-01-20 12:45:32 +00:00
parent 06db7f074e
commit 0e24c9557e

View file

@ -80,7 +80,7 @@ public:
So for example you might use this in a command line app called "unlocker" and So for example you might use this in a command line app called "unlocker" and
then call it like this: then call it like this:
unlocker MyGreatApp Joe_Bloggs joebloggs@foobar.com 1234abcd,95432ff 22d9aec92d986dd1,923ad49e9e7ff294c unlocker MyGreatApp joebloggs@foobar.com Joe_Bloggs 1234abcd,95432ff 22d9aec92d986dd1,923ad49e9e7ff294c
*/ */
static int keyGenerationAppMain (int argc, char* argv[]) static int keyGenerationAppMain (int argc, char* argv[])
{ {