From 4f2504f2bdce7432af3d154a5209002ed34c145e Mon Sep 17 00:00:00 2001 From: pranomostro Date: Fri, 13 Jan 2017 12:15:46 +0100 Subject: Removed unneeded whitespace. --- ratox.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index a81d690..58e2cd2 100644 --- a/ratox.c +++ b/ratox.c @@ -49,7 +49,6 @@ const char *callerr[] = { [TOXAV_ERR_SEND_FRAME_RTP_FAILED] = "Failed to push frame through rtp interface" }; - struct node { char *addr4; char *addr6; @@ -1675,7 +1674,6 @@ loop(void) if (f->av.state == TRANSMITTING) cancelcall(f, "Hung up"); - if (f->av.state & RINGING) { if (f->av.state & OUTGOING) { c1 = time(NULL); -- cgit v1.2.3