From 3cb24866dd6cfa0091f7d50ea5abeac4ab1d8a67 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 27 Nov 2015 11:42:33 +0100 Subject: [PATCH] Fix wrong comment. --- coreapi/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/buffer.h b/coreapi/buffer.h index 0d22e9ad2..492629353 100644 --- a/coreapi/buffer.h +++ b/coreapi/buffer.h @@ -144,4 +144,4 @@ LINPHONE_PUBLIC bool_t linphone_buffer_is_empty(const LinphoneBuffer *buffer); } #endif -#endif /* LINPHONE_CONTENT_H_ */ +#endif /* LINPHONE_BUFFER_H_ */