From 6bf1a494756aaf38c947ae06863f5ebe89c2614c Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 10 Apr 2009 11:03:48 +0000 Subject: (svn r16012) -Codechange: Code style clean up. --- src/music/os2_m.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/music/os2_m.cpp') diff --git a/src/music/os2_m.cpp b/src/music/os2_m.cpp index d4ceb23e8..6abee6172 100644 --- a/src/music/os2_m.cpp +++ b/src/music/os2_m.cpp @@ -38,8 +38,9 @@ void MusicDriver_OS2::PlaySong(const char *filename) { MidiSendCommand("close all"); - if (MidiSendCommand("open %s type sequencer alias song", filename) != 0) + if (MidiSendCommand("open %s type sequencer alias song", filename) != 0) { return; + } MidiSendCommand("play song from 0"); } -- cgit v1.2.3-54-g00ecf