From 81c7c817a43c5d8fc9a09910ecd159cf8dcdb8be Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 9 Dec 2012 13:35:21 +0100 Subject: cosmetics: Use consistent names for multiple inclusion guards. --- libavformat/options_table.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavformat/options_table.h') diff --git a/libavformat/options_table.h b/libavformat/options_table.h index 4beee5db24..d1e2a0ce6c 100644 --- a/libavformat/options_table.h +++ b/libavformat/options_table.h @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVFORMAT_OPTIONS_TABLE -#define AVFORMAT_OPTIONS_TABLE +#ifndef AVFORMAT_OPTIONS_TABLE_H +#define AVFORMAT_OPTIONS_TABLE_H #include @@ -65,4 +65,4 @@ static const AVOption options[]={ #undef DEFAULT #undef OFFSET -#endif // AVFORMAT_OPTIONS_TABLE +#endif /* AVFORMAT_OPTIONS_TABLE_H */ -- cgit v1.2.3