summaryrefslogtreecommitdiff
path: root/auto_tests/tox_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/tox_test.c')
-rw-r--r--auto_tests/tox_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/tox_test.c b/auto_tests/tox_test.c
index 9649138e..7edb0348 100644
--- a/auto_tests/tox_test.c
+++ b/auto_tests/tox_test.c
@@ -94,7 +94,8 @@ static void print_status_m_change(Tox *tox, uint32_t friend_number, const uint8_
94 return; 94 return;
95 } 95 }
96 96
97 if (length == sizeof("Installing Gentoo") && memcmp(message, "Installing Gentoo", sizeof("Installing Gentoo")) == 0) { 97 if (length == sizeof("Installing Gentoo") &&
98 memcmp(message, "Installing Gentoo", sizeof("Installing Gentoo")) == 0) {
98 ++status_m_changes; 99 ++status_m_changes;
99 } 100 }
100} 101}