Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-01-19 02:23:41 +0300
committerAurelien Jacobs <aurel@gnuage.org>2007-01-19 02:23:41 +0300
commit763750242bdd1ff4e2be3d6654cb8fb748295d5e (patch)
treececf19f5b5aea04a6c5ea5b12ed68c07367ca0c5 /libavformat/tcp.c
parentc9c1a8e794d84acc0e72987c4ae06f6847bc2cab (diff)
cosmetics: indentation
Originally committed as revision 7583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/tcp.c')
-rw-r--r--libavformat/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index 9544773111..52aab81e82 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -23,7 +23,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-# include <arpa/inet.h>
+#include <arpa/inet.h>
#include <netdb.h>
#include <sys/time.h>
#include <fcntl.h>