diff options
author | NemDiggers <horo@ipwnage.com> | 2013-08-03 11:53:51 -0400 |
---|---|---|
committer | NemDiggers <horo@ipwnage.com> | 2013-08-03 11:53:51 -0400 |
commit | a1c31557f2141312b5568ee00f3f1741157e01e4 (patch) | |
tree | 50b68accba523386b670d611b2e6045a19684755 | |
parent | 72c17699dcbffa62c5c23e939a49c40ef2873c1c (diff) |
People aren't that excited to send messages
-rw-r--r-- | testing/toxic/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/main.c b/testing/toxic/main.c index bcfc487f..391b0b39 100644 --- a/testing/toxic/main.c +++ b/testing/toxic/main.c | |||
@@ -50,7 +50,7 @@ void on_request(uint8_t* public_key, uint8_t* data, uint16_t length) { | |||
50 | void on_message(int friendnumber, uint8_t* string, uint16_t length) { | 50 | void on_message(int friendnumber, uint8_t* string, uint16_t length) { |
51 | size_t i; | 51 | size_t i; |
52 | 52 | ||
53 | wprintw(prompt->window, "\n(message) %d: %s!\n", friendnumber, string); | 53 | wprintw(prompt->window, "\n(message) %d: %s\n", friendnumber, string); |
54 | 54 | ||
55 | for(i=0; i<w_num; i++) { | 55 | for(i=0; i<w_num; i++) { |
56 | if(windows[i].onMessage != NULL) | 56 | if(windows[i].onMessage != NULL) |