Fix Stdin typo
This commit is contained in:
+1
-1
@@ -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