diff options
Diffstat (limited to 'miscutils/chat.c')
-rw-r--r-- | miscutils/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c index 4f55738ec..50c5ad976 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c | |||
@@ -103,7 +103,7 @@ static size_t unescape(char *s, int *nocr) | |||
103 | 103 | ||
104 | 104 | ||
105 | int chat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 105 | int chat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
106 | int chat_main(int argc, char **argv) | 106 | int chat_main(int argc ATTRIBUTE_UNUSED, char **argv) |
107 | { | 107 | { |
108 | // should we dump device output? to what fd? by default no. | 108 | // should we dump device output? to what fd? by default no. |
109 | // this can be controlled later via ECHO {ON|OFF} chat directive | 109 | // this can be controlled later via ECHO {ON|OFF} chat directive |