diff options
Diffstat (limited to 'src/lib/libjpeg/jpegtran.c')
| -rw-r--r-- | src/lib/libjpeg/jpegtran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libjpeg/jpegtran.c b/src/lib/libjpeg/jpegtran.c index 8cb3d807fbb..fb24a43e346 100644 --- a/src/lib/libjpeg/jpegtran.c +++ b/src/lib/libjpeg/jpegtran.c @@ -378,7 +378,7 @@ main (int argc, char **argv) jvirt_barray_ptr * dst_coef_arrays; int file_index; /* We assume all-in-memory processing and can therefore use only a - * single file pointer for sequential input and output operation. + * single file pointer for sequential input and output operation. */ FILE * fp; |
