diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-16 11:36:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-16 12:43:04 +0300 |
commit | d2397ab0ad61b6331d41880ba896e28fa8fcb98d (patch) | |
tree | 068d8e4beb2acbe3f5cd921ee17a6391d08df41b /avmedia/source/macavf | |
parent | 7822b5535cccc68e5b454d04a66a6b4f27675ec6 (diff) |
Use correct header guard name in comment at #endif
Change-Id: I2df05054c4108cb173f80ce6fa66f30c713b70cd
Diffstat (limited to 'avmedia/source/macavf')
-rw-r--r-- | avmedia/source/macavf/macavfcommon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/macavf/macavfcommon.hxx b/avmedia/source/macavf/macavfcommon.hxx index 618a5667509f..78bd6d14ced5 100644 --- a/avmedia/source/macavf/macavfcommon.hxx +++ b/avmedia/source/macavf/macavfcommon.hxx @@ -92,6 +92,6 @@ public: }} -#endif // MACAVF_COMMON_HXX +#endif // INCLUDED_AVMEDIA_SOURCE_MACAVF_MACAVFCOMMON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |