mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +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;
|
||||
|
||||
if (hasStdinInput) {
|
||||
UTIL_DISPLAY("Stdin is an input - not proceeding.\n");
|
||||
UTIL_DISPLAY("stdin is an input - not proceeding.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user