Fix compress_none.c header comment

The Doxygen \file markup for compress_none.c had the wrong filename.
Fixes #22638.
This commit is contained in:
Taylor Yu 2017-06-20 11:23:31 -04:00
parent c1c938e80c
commit 25edb41e6f

View File

@ -4,7 +4,7 @@
/* See LICENSE for licensing information */
/**
* \file compress_lzma.c
* \file compress_none.c
* \brief Compression backend for identity compression.
*
* We actually define this backend so that we can treat the identity transform