From baa7c7b997d68d434f78a917725368234871bdfc Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 21 Feb 2009 11:26:54 +0000 Subject: remove some endlines from warning() calls svn-id: r38683 --- engines/sci/sfx/player/polled.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/sfx/player') diff --git a/engines/sci/sfx/player/polled.cpp b/engines/sci/sfx/player/polled.cpp index 9d307940cb..c514fa1caf 100644 --- a/engines/sci/sfx/player/polled.cpp +++ b/engines/sci/sfx/player/polled.cpp @@ -240,7 +240,7 @@ pp_add_iterator(song_iterator_t *it, GTimeVal start_time) { static int pp_fade_out(void) { - warning(__FILE__": Attempt to fade out- not implemented yet\n"); + warning(__FILE__": Attempt to fade out- not implemented yet"); return SFX_ERROR; } @@ -249,7 +249,7 @@ pp_stop(void) { song_iterator_t *it = play_it; play_it = NULL; - warning("[play] Now stopping it %p\n", (void *)it); + warning("[play] Now stopping it %p", (void *)it); if (it) songit_free(it); -- cgit v1.2.3