Browse Source

Fix compress_none.c header comment

The Doxygen \file markup for compress_none.c had the wrong filename.
Fixes #22638.
Taylor Yu 6 years ago
parent
commit
25edb41e6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compress_none.c

+ 1 - 1
src/common/compress_none.c

@@ -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