summaryrefslogtreecommitdiff
path: root/trunk/djpeg.c
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-12 01:55:31 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-12 01:55:31 +0000
commitf9847e55cdcc043b202844dbe7213257513f9dc3 (patch)
treef03bdc781bb04fdbc1bb85de780c6d193e07d232 /trunk/djpeg.c
parent901d7538cac8c45b3e43ff401477002818f73e04 (diff)
Document new v7/v8 features; .doc = .txt
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@252 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/djpeg.c')
-rw-r--r--trunk/djpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/djpeg.c b/trunk/djpeg.c
index 3f261f1..466973f 100644
--- a/trunk/djpeg.c
+++ b/trunk/djpeg.c
@@ -460,7 +460,7 @@ main (int argc, char **argv)
* APP12 is used by some digital camera makers for textual info,
* so we provide the ability to display it as text.
* If you like, additional APPn marker types can be selected for display,
- * but don't try to override APP0 or APP14 this way (see libjpeg.doc).
+ * but don't try to override APP0 or APP14 this way (see libjpeg.txt).
*/
jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker);
jpeg_set_marker_processor(&cinfo, JPEG_APP0+12, print_text_marker);