From: Nelson Ferreira Date: Sat, 14 Jan 2012 00:51:20 +0000 (-0500) Subject: Fix build X-Git-Tag: v22.1.15~48^2~4 X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=5b049304111136c249b6f95e3d07b4eb526d0621;p=sxemacs Fix build * src/media/media-sox.c (media_sox_open): Fix stupid typo Signed-off-by: Nelson Ferreira --- diff --git a/src/media/media-sox.c b/src/media/media-sox.c index 79ef424..6d3482f 100644 --- a/src/media/media-sox.c +++ b/src/media/media-sox.c @@ -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