]> source.dussan.org Git - tigervnc.git/commitdiff
Update (C) notice and fix line feed in usage instructions
authorDRC <dcommander@users.sourceforge.net>
Thu, 3 Sep 2009 01:35:12 +0000 (01:35 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 3 Sep 2009 01:35:12 +0000 (01:35 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3888 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/jpeg/jpgtest.cxx

index d6c4cb343dc465d872af624f18eef4f890a35be3..da0ef93fb1b30ee3e2be8c6b8f4b5cbb91119055 100644 (file)
@@ -1,5 +1,6 @@
 /* Copyright (C)2004 Landmark Graphics Corporation
  * Copyright (C)2005, 2006 Sun Microsystems, Inc.
+ * Copyright (C)2009 D. R. Commander
  *
  * This library is free software and may be redistributed and/or modified under
  * the terms of the wxWindows Library License, Version 3.1 or (at your option)
@@ -296,8 +297,8 @@ int main(int argc, char *argv[])
                printf("       [-rgb | -bgr | -rgba | -bgra | -abgr | -argb]\n");
                printf("       Test the specified color conversion path in the codec (default: BGR)\n\n");
                printf("       [-fastupsample]\n");
-               printf("       Use fast, inaccurate upsampling code to perform 4:2:2 and 4:2:0\n\n");
-               printf("       YUV decoding in libjpeg decompressor\n");
+               printf("       Use fast, inaccurate upsampling code to perform 4:2:2 and 4:2:0\n");
+               printf("       YUV decoding in libjpeg decompressor\n\n");
                printf("       [-quiet]\n");
                printf("       Output in tabular rather than verbose format\n\n");
                printf("       NOTE: If the quality is specified as a range, i.e. 90-100, a separate\n");