Fix build
authorNelson Ferreira <nelson.ferreira@ieee.org>
Sat, 14 Jan 2012 00:51:20 +0000 (19:51 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Sat, 14 Jan 2012 00:51:20 +0000 (19:51 -0500)
* src/media/media-sox.c (media_sox_open): Fix stupid typo

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/media/media-sox.c

index 79ef424..6d3482f 100644 (file)
@@ -89,7 +89,7 @@ media_sox_open(Lisp_Media_Stream *ms)
                mkfp = media_stream_kind_properties(ms).fprops;
                TO_EXTERNAL_FORMAT(LISP_STRING, mkfp->filename,
                                   ALLOCA, (file, file_len), Qnil);
-               if( file != NULL {
+               if( file != NULL {
 #if defined HAVE_SOX_OPEN_READ_3ARGS
                            ft = sxe_sox_open_read(file, NULL, NULL);
 #elif defined HAVE_SOX_OPEN_READ_4ARGS