summaryrefslogtreecommitdiffstats
path: root/av_opts.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-11 10:35:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-11 10:35:30 +0000
commit232da23dcce187782270c3039141dfbac92df041 (patch)
tree5bc5d8e90fe0af48d14a49de98fc022737ff2087 /av_opts.c
parent2bc80831e947e843ad22993e9f9ecc001a1165e5 (diff)
downloadmpv-232da23dcce187782270c3039141dfbac92df041.tar.bz2
mpv-232da23dcce187782270c3039141dfbac92df041.tar.xz
Add newlines at end of file, this is required for text files and gcc
also complains that they are missing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26731 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'av_opts.c')
-rw-r--r--av_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/av_opts.c b/av_opts.c
index 170bd075e8..8b1e180d1b 100644
--- a/av_opts.c
+++ b/av_opts.c
@@ -24,4 +24,4 @@ int parse_avopts(void *v, char *str){
free(start);
return 0;
-} \ No newline at end of file
+}