fix newline accumulation

This commit is contained in:
Glenn Maynard
2007-02-03 02:39:50 +00:00
parent 38aec56633
commit a49fd8ec8b
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ void SMLoader::LoadFromSMTokens(
TrimLeft( sStepsType ); TrimRight( sStepsType );
TrimLeft( sDescription ); TrimRight( sDescription );
TrimLeft( sDifficulty ); TrimRight( sDifficulty );
TrimLeft( sNoteData ); TrimRight( sNoteData );
// LOG->Trace( "Steps::LoadFromSMTokens()" );