From 8d376de96fb5e3456846f4f8368bb644213ba380 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 28 Mar 2009 15:54:08 +0000 Subject: Reindent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 55f4efa9df..c383598895 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -1108,8 +1108,8 @@ static int ifo_stream_open (stream_t *stream, int mode, void *opts, int *file_fo spriv=calloc(1, sizeof(struct stream_priv_s)); spriv->device = strdup(dirname(stream->url)); - if(sscanf(filename, "vts_%02d_", &spriv->title)!=1) - spriv->title=1; + if(sscanf(filename, "vts_%02d_", &spriv->title)!=1) + spriv->title=1; free(filename); free(stream->url); -- cgit v1.2.3