From: Kevin Rosenberg Date: Sat, 8 Sep 2007 16:07:37 +0000 (-0600) Subject: change \n to std:endl X-Git-Tag: v0.8.1~1 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=f7a2760c0c2cf784090cf5619a43532804ee079b change \n to std:endl --- diff --git a/wdq2wav.cpp b/wdq2wav.cpp index bcfd3b6..b72d6fa 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -61,13 +61,13 @@ const int g_fileMode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; void error_msg (const char *msg) { - std::cerr << msg << "\n"; + std::cerr << msg << std::endl; } void info_msg (const char* msg) { - std::cout << msg << "\n"; + std::cout << msg << std::endl; } void