Removed nested conditions

This commit is contained in:
arcan1s
2013-08-03 16:45:11 +04:00
parent ae379fd22d
commit 1344434468
4 changed files with 67 additions and 63 deletions

View File

@ -393,9 +393,9 @@ needed_at[1], needed_at[2], needed_at[3], needed_at[4], needed_at[5]);
r_step, ang_min, ang_max, ang_step, radf);
break;
}
if (error == 0)
print_message (quiet, stdout, log, f_log, 22, argv[0]);
}
if (error == 0)
print_message (quiet, stdout, log, f_log, 22, argv[0]);
}
print_message (quiet, stdout, log, f_log, 13, argv[0]);