diff options
Diffstat (limited to 'src/lib/libjpeg/jerror.c')
| -rw-r--r-- | src/lib/libjpeg/jerror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libjpeg/jerror.c b/src/lib/libjpeg/jerror.c index 3da7be86a00..d63d8b10e6a 100644 --- a/src/lib/libjpeg/jerror.c +++ b/src/lib/libjpeg/jerror.c @@ -220,10 +220,10 @@ reset_error_mgr (j_common_ptr cinfo) /* * Fill in the standard error-handling methods in a jpeg_error_mgr object. * Typical call is: - * struct jpeg_compress_struct cinfo; - * struct jpeg_error_mgr err; + * struct jpeg_compress_struct cinfo; + * struct jpeg_error_mgr err; * - * cinfo.err = jpeg_std_error(&err); + * cinfo.err = jpeg_std_error(&err); * after which the application may override some of the methods. */ |
