mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
remove a duplicate perror call
This commit is contained in:
parent
acbd838b09
commit
447984226e
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ load_progs (const char *name)
|
|||
|
||||
file = open_file (name, &size);
|
||||
if (!file) {
|
||||
perror (name);
|
||||
return 0;
|
||||
}
|
||||
pr.progs_name = name;
|
||||
|
|
Loading…
Reference in a new issue