[PATCH 2/5] pnm2png: add missing semicolon
Christian Hesse <[email protected]>
| Newsgroups | gmane.comp.graphics.png.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Christian Hesse <[email protected]> Signed-off-by: Christian Hesse <[email protected]> --- contrib/pngminus/pnm2png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pngminus/pnm2png.c b/contrib/pngminus/pnm2png.c index d982c3435..0ea9f7ae6 100644 --- a/contrib/pngminus/pnm2png.c +++ b/contrib/pngminus/pnm2png.c @@ -513,7 +513,7 @@ BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, if (png_pixels != (unsigned char*) NULL) free (png_pixels); - PNG_UNUSED(raw) /* Quiet a Coverity defect */ + PNG_UNUSED(raw); /* Quiet a Coverity defect */ return TRUE; } /* end of pnm2png */ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot