MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / addChunk_IEND

Function addChunk_IEND

src/lodepng.cpp:5000–5005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4998}
4999
5000static unsigned addChunk_IEND(ucvector* out)
5001{
5002 unsigned error = 0;
5003 error = addChunk(out, "IEND", 0, 0);
5004 return error;
5005}
5006
5007#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
5008

Callers 1

lodepng_encodeFunction · 0.85

Calls 1

addChunkFunction · 0.85

Tested by

no test coverage detected