X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Fimage.c;h=5ab1d48b1c1a4799b295564851401d751a93a6e0;hp=8ac3c6cee8efa8fb867831217c11f6249210f032;hb=7fc621fc78d0e040dc2c12f38dc53dd9048215dc;hpb=0bbb58dd9cc75dc34d2bdba9f12679f6fd9f9ce5 diff --git a/tools/quake3/q3map2/image.c b/tools/quake3/q3map2/image.c index 8ac3c6ce..5ab1d48b 100644 --- a/tools/quake3/q3map2/image.c +++ b/tools/quake3/q3map2/image.c @@ -98,8 +98,7 @@ typedef struct pngBuffer_s { byte *buffer; png_size_t size, offset; -} -pngBuffer_t; +} pngBuffer_t; void PNGReadData( png_struct *png, png_byte *buffer, png_size_t size ){ pngBuffer_t *pb = (pngBuffer_t*) png_get_io_ptr( png );