Extend the TurboJPEG Java API to support generating YUV images with arbitrary padding and to support image scaling when decompressing to YUV


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@975 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/tjunittest.c b/tjunittest.c
index a1e6f33..7a44b94 100644
--- a/tjunittest.c
+++ b/tjunittest.c
@@ -48,7 +48,7 @@
 	printf("Options:\n");
 	printf("-yuv = test YUV encoding/decoding support\n");
 	printf("-noyuvpad = do not pad each line of each Y, U, and V plane to the nearest\n");
-	printf("            4-byte boundary.\n");
+	printf("            4-byte boundary\n");
 	printf("-alloc = test automatic buffer allocation\n");
 	exit(1);
 }