Преглед изворни кода

Fix compress_none.c header comment

The Doxygen \file markup for compress_none.c had the wrong filename.
Fixes #22638.
Taylor Yu пре 7 година
родитељ
комит
25edb41e6f
1 измењених фајлова са 1 додато и 1 уклоњено
  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