Typo fix
modified: src/nmseffect.c
This commit is contained in:
parent
1291752d71
commit
10e2046092
@ -71,7 +71,7 @@ char nmseffect_exec(char *string) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Reassociate STDIN to the terminal is needed
|
||||
// Reassociate STDIN to the terminal if needed
|
||||
if (!isatty(STDIN_FILENO) && !freopen ("/dev/tty", "r", stdin)) {
|
||||
fprintf(stderr, "Error. Can't associate STDIN with terminal.\n");
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user