From 605dfe882c52bfad4dee9678a69e4b816d93431d Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 8 Oct 2018 21:05:14 +0000 Subject: Consistently use camel case enum names. Including in tests and implementation files. --- auto_tests/tcp_relay_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_tests/tcp_relay_test.c') diff --git a/auto_tests/tcp_relay_test.c b/auto_tests/tcp_relay_test.c index f2035f35..79387291 100644 --- a/auto_tests/tcp_relay_test.c +++ b/auto_tests/tcp_relay_test.c @@ -36,7 +36,7 @@ int main(void) c_sleep(ITERATION_INTERVAL); } while (tox_self_get_connection_status(tox_tcp) == TOX_CONNECTION_NONE); - const TOX_CONNECTION status = tox_self_get_connection_status(tox_tcp); + const Tox_Connection status = tox_self_get_connection_status(tox_tcp); ck_assert_msg(status == TOX_CONNECTION_TCP, "expected TCP connection, but got %d", status); printf("Connection (TCP): %d\n", status); -- cgit v1.2.3