feat/api #46

Open
Gregor Weiss wants to merge 55 commits from feat/api into main
Showing only changes of commit 49a9cf3d63 - Show all commits

View file

@ -1327,7 +1327,6 @@ read_eas3(char *const filename)
fprintf(stderr, "o##########################################################o\n"\
"| ERROR: Could not open or read %-25s|\n"\
"o##########################################################o\n", filename);
fclose(fp);
return NULL;
}