From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TENk2-00075v-Uo for qemu-devel@nongnu.org; Wed, 19 Sep 2012 13:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TENjx-0003sz-Ix for qemu-devel@nongnu.org; Wed, 19 Sep 2012 13:07:14 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:42215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TENjx-0003sh-A5 for qemu-devel@nongnu.org; Wed, 19 Sep 2012 13:07:09 -0400 Message-ID: <5059FBBB.30207@msgid.tls.msk.ru> Date: Wed, 19 Sep 2012 21:07:07 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1348062698-4528-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1348062698-4528-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On 19.09.2012 17:51, Peter Maydell wrote: > +#else > + printf("Machine has no user-selectable audio hardware " > + "(it may or may not have always-present audio hardware).\n"); Can't we add a linefeed here the same way it is written in the code? /mjt