From 10e2046092509c3b70d362cfa096f6b9ea8ea841 Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Fri, 27 Jan 2017 10:30:58 -0500 Subject: [PATCH] Typo fix modified: src/nmseffect.c --- src/nmseffect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmseffect.c b/src/nmseffect.c index 3a03cf8..136f164 100644 --- a/src/nmseffect.c +++ b/src/nmseffect.c @@ -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;