Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-02 12:17:07 +0400
committerDiego Biurrun <diego@biurrun.de>2012-07-03 19:35:12 +0400
commit1a068bfefd5da09f596e5079b39b418933bad0ea (patch)
tree97c50a19aba0beb6629b9a6366dcb34670815938 /libavfilter/version.h
parent4051be6f50ff6a089195809cfdc872457b49ab02 (diff)
cosmetics: Consistently use C-style comments with multiple inclusion guards
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 56ebc27dfd..88bdd4a821 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -51,4 +51,4 @@
#define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4)
#endif
-#endif // AVFILTER_VERSION_H
+#endif /* AVFILTER_VERSION_H */