mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
Fix Stdin typo
This commit is contained in:
parent
9f7212a48b
commit
02422db841
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user