whitespace

This commit is contained in:
Isaac Connor 2018-05-03 13:54:18 -04:00
parent 6d5e46e91f
commit 62f8f5cfdb
1 changed files with 6 additions and 6 deletions

View File

@ -961,7 +961,7 @@ bool Image::WriteJpeg( const char *filename, int quality_override, struct timeva
FILE *outfile; FILE *outfile;
if ( (outfile = fopen(filename, "wb")) == NULL ) { if ( (outfile = fopen(filename, "wb")) == NULL ) {
Error("Can't open %s: %s", filename, strerror(errno)); Error("Can't open %s: %s", filename, strerror(errno));
return( false ); return false;
} }
jpeg_stdio_dest( cinfo, outfile ); jpeg_stdio_dest( cinfo, outfile );