summaryrefslogtreecommitdiffstats
path: root/stream/stream_smb.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-20 20:30:08 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-20 20:30:08 +0000
commite4876ebe46ca012176afa9c7c666b7e1371918ae (patch)
tree45cdf872bda5f988059e7513ccedad49daa761e2 /stream/stream_smb.c
parentc544612bb224147688828437bf2aa8285b11ec45 (diff)
downloadmpv-e4876ebe46ca012176afa9c7c666b7e1371918ae.tar.bz2
mpv-e4876ebe46ca012176afa9c7c666b7e1371918ae.tar.xz
reindented after yesterday's commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21704 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_smb.c')
-rw-r--r--stream/stream_smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_smb.c b/stream/stream_smb.c
index 2f1d538e2b..a9132eda69 100644
--- a/stream/stream_smb.c
+++ b/stream/stream_smb.c
@@ -134,8 +134,8 @@ static int open_f (stream_t *stream, int mode, void *opts, int* file_format) {
stream->flags = mode;
len = 0;
if(mode == STREAM_READ) {
- len = smbc_lseek(fd,0,SEEK_END);
- smbc_lseek (fd, 0, SEEK_SET);
+ len = smbc_lseek(fd,0,SEEK_END);
+ smbc_lseek (fd, 0, SEEK_SET);
}
if(len > 0 || mode == STREAM_WRITE) {
stream->flags |= STREAM_SEEK;