1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

updated comments

This commit is contained in:
Przemyslaw Skibinski
2016-12-21 14:00:41 +01:00
parent e679741b18
commit 97a258d71d
5 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@
/*-************************************
* Dependencies
**************************************/
#include "util.h" /* UTIL_HAS_CREATEFILELIST, UTIL_createFileList */
#include "util.h" /* IS_CONSOLE, UTIL_HAS_CREATEFILELIST, UTIL_createFileList */
#include <string.h> /* strcmp, strlen */
#include <errno.h> /* errno */
#include "fileio.h"