From b0f866ca419d87fcb3625b45e2437e0a0bb1810e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 17 May 2013 15:43:04 -0300 Subject: Travis Trigger Test #2 Signed-off-by: shennetsind --- src/common/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/malloc.h') diff --git a/src/common/malloc.h b/src/common/malloc.h index c0b1fda84..34a26b56e 100644 --- a/src/common/malloc.h +++ b/src/common/malloc.h @@ -71,7 +71,7 @@ struct malloc_interface { void* (*calloc )(size_t num, size_t size, const char *file, int line, const char *func); void* (*realloc )(void *p, size_t size, const char *file, int line, const char *func); char* (*astrdup )(const char *p, const char *file, int line, const char *func); - void (*free ) (void *p, const char *file, int line, const char *func); + void (*free )(void *p, const char *file, int line, const char *func); void (*memory_check)(void); bool (*verify_ptr)(void* ptr); -- cgit v1.2.3-70-g09d2