From 16e7a1287829fe1a580f949fabdaf2df9854800f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 16 Feb 2007 17:13:29 +0000 Subject: Some very obvious cleanups. svn-id: r25635 --- backends/platform/x11/x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/x11') diff --git a/backends/platform/x11/x11.cpp b/backends/platform/x11/x11.cpp index a16fbe8adc..7be5a976a9 100644 --- a/backends/platform/x11/x11.cpp +++ b/backends/platform/x11/x11.cpp @@ -244,7 +244,7 @@ static void *sound_and_music_thread(void *params) { param = AFMT_S16_LE; if (ioctl(sound_fd, SNDCTL_DSP_SETFMT, ¶m) == -1) { warning("Error in the SNDCTL_DSP_SETFMT ioctl!\n"); - return NULL;; + return NULL; } if (param != AFMT_S16_LE) { warning("AFMT_S16_LE not supported!\n"); -- cgit v1.2.3