From b3c6751b9b7fc1401fd5e87a034cdaec92b67b20 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 15:17:42 +0000 Subject: Strip trailing whitespaces in the whole code base. svn-id: r40867 --- engines/cruise/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/sound.cpp') diff --git a/engines/cruise/sound.cpp b/engines/cruise/sound.cpp index 114e37679a..fd638e6be5 100644 --- a/engines/cruise/sound.cpp +++ b/engines/cruise/sound.cpp @@ -188,7 +188,7 @@ void MusicPlayer::removeSong() { } _songPlayed = false; - + strcpy(_musicName, ""); } -- cgit v1.2.3