diff trunk/src/Modules/Output/FileOutputHTK.cc @ 442:2d0b057e525c

- Support for training on random SNRs
author tom@acousticscale.org
date Sun, 07 Nov 2010 07:38:20 +0000
parents 3b22559cd848
children
line wrap: on
line diff
--- a/trunk/src/Modules/Output/FileOutputHTK.cc	Thu Nov 04 21:28:26 2010 +0000
+++ b/trunk/src/Modules/Output/FileOutputHTK.cc	Sun Nov 07 07:38:20 2010 +0000
@@ -145,7 +145,7 @@
   if (!header_written_) {
     LOG_ERROR(_T("No header has been written on the output file yet. Please "
                  "call FileOutputHTK::Initialize() or FileOutputHTK::Reset() "
-                 " before calling FileOutputHTK::Process()"));
+                 "before calling FileOutputHTK::Process()"));
     return;
   }
   float s;