fix logout message

This commit is contained in:
onyx-and-iris 2024-06-25 20:41:17 +01:00
parent 9046d50446
commit e986a3e388

View File

@ -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