This commit is contained in:
Bohdan Kapliuk 2025-01-12 16:50:05 +02:00
parent f542d93d35
commit 5b7d4f9439

View File

@ -13,7 +13,7 @@ void print_help() {
}
int main(int argc, char* argv[]) {
int res = 1;
int res = 0;
if (argc < 2) {
fprintf(stderr, "Chyba: Chybaju argumenty. Pouzite -h pre zobrazenie pomoci.\n");
res = 0;