mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed minor visual warning
This commit is contained in:
parent
698cb63305
commit
5cc1882d45
2 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@
|
|||
/*-************************************
|
||||
* Includes
|
||||
**************************************/
|
||||
#include <stdio.h> /* fprintf, stderr */
|
||||
#include "util.h" /* Compiler options */
|
||||
#include <stdio.h> /* fprintf, stderr */
|
||||
#include "datagen.h" /* RDG_generate */
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Zstandard Compression Format Description
|
||||
========================================
|
||||
Zstandard Compression Format
|
||||
============================
|
||||
|
||||
### Notices
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue