X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=wdq2wav.cpp;h=b72d6fa95b9b7a292aa59d8de444a58bf3afafc0;hb=f7a2760c0c2cf784090cf5619a43532804ee079b;hp=bcfd3b69267dfb8932174068efcfa37dc40e729b;hpb=6e0f65ebf4769e7f90e2ef29539cd493de9bf14b;p=wdq2wav.git 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