From e9b7dc230b83bed63fbd15409165071f635207da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 12 Mar 2014 12:42:23 +0100 Subject: [PATCH] omxbufferpool: Fix header include guard --- omx/gstomxbufferpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomxbufferpool.h b/omx/gstomxbufferpool.h index acc69f6613..3916b31089 100644 --- a/omx/gstomxbufferpool.h +++ b/omx/gstomxbufferpool.h @@ -19,7 +19,7 @@ */ #ifndef __GST_OMX_BUFFER_POOL_H__ -#define __GST_OMX_BUFEFR_POOL_H__ +#define __GST_OMX_BUFFER_POOL_H__ #ifdef HAVE_CONFIG_H #include "config.h"