Missing return after perror().

This commit is contained in:
Pavel Roskin 2002-08-20 16:14:48 +00:00
parent f486423122
commit fdd975af3a

View File

@ -574,6 +574,7 @@ main (int argc, char **argv)
if (file_end <= 0) {
perror (c_out);
return 1;
}
Topics = malloc (file_end);