aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:32:32 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:32:32 +0000
commit7db2d358ec14c8d7b4110a2267560bb1d15bf004 (patch)
treef7e99fc4ad00e65e36561756648c8b53235cb3d3 /frame_tvbuff.h
parentd2c0e56d941c10734390cf17b04654a9b1a8409c (diff)
Fix (-W)header-guard error found by clang 3.4
./frame_tvbuff.h:25:9: error: '__FRAME_TVBUFF__' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard] #ifndef __FRAME_TVBUFF__ ^~~~~~~~~~~~~~~~ ./frame_tvbuff.h:26:9: note: '__FRAME_TVBUFF_H__' is defined here; did you mean '__FRAME_TVBUFF__'? #define __FRAME_TVBUFF_H__ ^~~~~~~~~~~~~~~~~~ __FRAME_TVBUFF__ svn path=/trunk/; revision=51286
Diffstat (limited to 'frame_tvbuff.h')
-rw-r--r--frame_tvbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frame_tvbuff.h b/frame_tvbuff.h
index 5d2d98112f..7649dc9503 100644
--- a/frame_tvbuff.h
+++ b/frame_tvbuff.h
@@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __FRAME_TVBUFF__
+#ifndef __FRAME_TVBUFF_H__
#define __FRAME_TVBUFF_H__
#ifdef __cplusplus