From 1a068bfefd5da09f596e5079b39b418933bad0ea Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Jul 2012 10:17:07 +0200 Subject: cosmetics: Consistently use C-style comments with multiple inclusion guards --- libavutil/dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/dict.h') diff --git a/libavutil/dict.h b/libavutil/dict.h index fd53036dd0..aa07626535 100644 --- a/libavutil/dict.h +++ b/libavutil/dict.h @@ -118,4 +118,4 @@ void av_dict_free(AVDictionary **m); * @} */ -#endif // AVUTIL_DICT_H +#endif /* AVUTIL_DICT_H */ -- cgit v1.2.3