whitespace
This commit is contained in:
parent
6d5e46e91f
commit
62f8f5cfdb
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue