diff options
-rw-r--r-- | testing/nTox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c index a1eea94c..33c8ab85 100644 --- a/testing/nTox.c +++ b/testing/nTox.c | |||
@@ -280,8 +280,8 @@ void line_eval(Tox *m, char *line) | |||
280 | } else { | 280 | } else { |
281 | new_lines(format_message(m, *posi + 1, -1)); | 281 | new_lines(format_message(m, *posi + 1, -1)); |
282 | } | 282 | } |
283 | } else | ||
283 | new_lines("Error, bad input."); | 284 | new_lines("Error, bad input."); |
284 | } | ||
285 | } else if (inpt_command == 'n') { | 285 | } else if (inpt_command == 'n') { |
286 | uint8_t name[TOX_MAX_NAME_LENGTH]; | 286 | uint8_t name[TOX_MAX_NAME_LENGTH]; |
287 | size_t i, len = strlen(line); | 287 | size_t i, len = strlen(line); |