sk1
This commit is contained in:
parent
f542d93d35
commit
5b7d4f9439
@ -13,7 +13,7 @@ void print_help() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
int res = 1;
|
int res = 0;
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
fprintf(stderr, "Chyba: Chybaju argumenty. Pouzite -h pre zobrazenie pomoci.\n");
|
fprintf(stderr, "Chyba: Chybaju argumenty. Pouzite -h pre zobrazenie pomoci.\n");
|
||||||
res = 0;
|
res = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user