changeset 32949:ca6dcdb31fa1

Cosmetics: add empty line between system and local headers and remove pointless '!' in preproc block comment.
author cboesch
date Sun, 06 Mar 2011 16:03:15 +0000
parents dc026d74dfce
children 394f32247319
files mp_strings.c mp_strings.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp_strings.c	Sun Mar 06 13:57:21 2011 +0000
+++ b/mp_strings.c	Sun Mar 06 16:03:15 2011 +0000
@@ -21,6 +21,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
+
 #include "mp_strings.h"
 
 char *mp_asprintf(const char *fmt, ...)
--- a/mp_strings.h	Sun Mar 06 13:57:21 2011 +0000
+++ b/mp_strings.h	Sun Mar 06 16:03:15 2011 +0000
@@ -23,4 +23,4 @@
 
 char *mp_asprintf(const char *fmt, ...);
 
-#endif /* !MPLAYER_MP_STRINGS_H */
+#endif /* MPLAYER_MP_STRINGS_H */