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
This commit is contained in:
reimar 2008-05-11 10:35:30 +00:00
parent 2bc80831e9
commit 232da23dcc
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ int parse_avopts(void *v, char *str){
free(start);
return 0;
}
}

View File

@ -2,4 +2,4 @@
/**
* Parses str and sets AVOptions in v accordingly.
*/
int parse_avopts(void *v, char *str);
int parse_avopts(void *v, char *str);