mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-24 03:04:21 +03:00
Missing return after perror().
This commit is contained in:
parent
f486423122
commit
fdd975af3a
@ -574,6 +574,7 @@ main (int argc, char **argv)
|
||||
|
||||
if (file_end <= 0) {
|
||||
perror (c_out);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Topics = malloc (file_end);
|
||||
|
Loading…
x
Reference in New Issue
Block a user