diff mp_strings.c @ 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 fa04e96e6177
children 2ef9298a81e7
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, ...)