[libpng16] Added pngunknown files that were omitted from previous checkin

This commit is contained in:
John Bowler
2012-09-30 14:10:43 -05:00
committed by Glenn Randers-Pehrson
parent fa63beaa34
commit e15b1e8136
3 changed files with 589 additions and 125 deletions

View File

@@ -10090,6 +10090,12 @@ int main(int argc, char **argv)
exit(1);
}
}
else
{
fprintf(stderr, "%s: open failed\n", touch);
exit(1);
}
}
return 0;