summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-09 20:59:50 -0400
committerirungentoo <irungentoo@gmail.com>2015-03-09 20:59:50 -0400
commitf5eca31637cbcbdd44f3fefc9139aa8ef0d1bd5e (patch)
tree51a68762f42f21b562d456ab8418f8592e1ac38b
parent576e5ee703a3740c558a6e742cc2bcfce5feafbf (diff)
Fixed small issue.
-rw-r--r--testing/tox_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox_shell.c b/testing/tox_shell.c
index 5198d224..c8dc9ff2 100644
--- a/testing/tox_shell.c
+++ b/testing/tox_shell.c
@@ -45,7 +45,7 @@
45 45
46#define c_sleep(x) usleep(1000*x) 46#define c_sleep(x) usleep(1000*x)
47 47
48void print_online(Tox *tox, uint32_t friendnumber, uint8_t status, void *userdata) 48void print_online(Tox *tox, uint32_t friendnumber, TOX_CONNECTION status, void *userdata)
49{ 49{
50 if (status) 50 if (status)
51 printf("\nOther went online.\n"); 51 printf("\nOther went online.\n");