mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 08:41:08 +00:00
fix logout message
This commit is contained in:
parent
9046d50446
commit
e986a3e388
@ -66,7 +66,7 @@ int main(int argc, char *argv[])
|
|||||||
rep = logout(vmr);
|
rep = logout(vmr);
|
||||||
if (rep == 0)
|
if (rep == 0)
|
||||||
{
|
{
|
||||||
puts("Successfully logged out of Voicemeeter API");
|
puts("Successfully logged out of the Voicemeeter API");
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user