From 8ed9009b4c4f497a95114d878334de3e13457bdd Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 3 Sep 2009 01:35:12 +0000 Subject: [PATCH] Update (C) notice and fix line feed in usage instructions git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3888 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/jpgtest.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/jpeg/jpgtest.cxx b/common/jpeg/jpgtest.cxx index d6c4cb34..da0ef93f 100644 --- a/common/jpeg/jpgtest.cxx +++ b/common/jpeg/jpgtest.cxx @@ -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"); -- 2.39.5