added exit note to DOWNLOAD_FAILED

This commit is contained in:
Václav Šmejkal 2022-05-21 18:35:51 +02:00
parent f4148b0de7
commit 64bc4482a6

View File

@ -42,7 +42,7 @@ void checkVersion(inputFlags flags)
if (notFoundBuffer == NOT_FOUND_TRIES)
{
if (!flags.noOutput) fprintf(stderr, "%s'%s' not found!\n", CLEAR_SCREEN, VERSIONS_NAME);
if (!flags.noOutput) fprintf(stderr, "%s'%s' not found! Exiting...\n", CLEAR_SCREEN, VERSIONS_NAME);
exit(DOWNLOAD_FAILED);
}