Fixed syntax error.
committer: mfx <mfx> 1027598532 +0000
This commit is contained in:
@@ -53,8 +53,9 @@ if (1 && $st[7] <= 0) {
|
|||||||
}
|
}
|
||||||
if (1 && $st[7] > 64*1024) {
|
if (1 && $st[7] > 64*1024) {
|
||||||
print STDERR "$ifile: ERROR: file is too big (${st[7]} bytes)\n";
|
print STDERR "$ifile: ERROR: file is too big (${st[7]} bytes)\n";
|
||||||
if ($st[7] > 1024*1024)
|
if ($st[7] > 1024*1024) {
|
||||||
print STDERR " (please upgrade your binutils to 2.12.90.0.15 or better)\n";
|
print STDERR " (please upgrade your binutils to 2.12.90.0.15 or better)\n";
|
||||||
|
}
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user