[MPlayer-cvslog] r26731 - in trunk: av_opts.c av_opts.h
reimar
subversion at mplayerhq.hu
Sun May 11 12:35:31 CEST 2008
Author: reimar
Date: Sun May 11 12:35:30 2008
New Revision: 26731
Log:
Add newlines at end of file, this is required for text files and gcc
also complains that they are missing.
Modified:
trunk/av_opts.c
trunk/av_opts.h
Modified: trunk/av_opts.c
==============================================================================
--- trunk/av_opts.c (original)
+++ trunk/av_opts.c Sun May 11 12:35:30 2008
@@ -24,4 +24,4 @@ int parse_avopts(void *v, char *str){
free(start);
return 0;
-}
\ No newline at end of file
+}
Modified: trunk/av_opts.h
==============================================================================
--- trunk/av_opts.h (original)
+++ trunk/av_opts.h Sun May 11 12:35:30 2008
@@ -2,4 +2,4 @@
/**
* Parses str and sets AVOptions in v accordingly.
*/
-int parse_avopts(void *v, char *str);
\ No newline at end of file
+int parse_avopts(void *v, char *str);
More information about the MPlayer-cvslog
mailing list