diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-02 10:17:07 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-03 17:35:12 +0200 |
commit | 1a068bfefd5da09f596e5079b39b418933bad0ea (patch) | |
tree | 97c50a19aba0beb6629b9a6366dcb34670815938 /libavutil/dict.h | |
parent | 4051be6f50ff6a089195809cfdc872457b49ab02 (diff) | |
download | ffmpeg-1a068bfefd5da09f596e5079b39b418933bad0ea.tar.gz |
cosmetics: Consistently use C-style comments with multiple inclusion guards
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r-- | libavutil/dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |