mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Fix Stdin typo
This commit is contained in:
@ -92,7 +92,7 @@ int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg,
|
|||||||
int ch, result;
|
int ch, result;
|
||||||
|
|
||||||
if (hasStdinInput) {
|
if (hasStdinInput) {
|
||||||
UTIL_DISPLAY("Stdin is an input - not proceeding.\n");
|
UTIL_DISPLAY("stdin is an input - not proceeding.\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user