changeset 26699:f64717dfd9d5

Add newlines at end of file, this is required for text files and gcc also complains that they are missing.
author reimar
date Sun, 11 May 2008 10:35:30 +0000
parents f6ca559eba53
children c512e684eb6f
files av_opts.c av_opts.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/av_opts.c	Sun May 11 09:30:58 2008 +0000
+++ b/av_opts.c	Sun May 11 10:35:30 2008 +0000
@@ -24,4 +24,4 @@
 
     free(start);
     return 0;
-}
\ No newline at end of file
+}
--- a/av_opts.h	Sun May 11 09:30:58 2008 +0000
+++ b/av_opts.h	Sun May 11 10:35:30 2008 +0000
@@ -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);