summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2017-01-13 12:15:46 +0100
committerpranomostro <pranomestro@gmail.com>2017-01-13 12:15:46 +0100
commit4f2504f2bdce7432af3d154a5209002ed34c145e (patch)
tree8c802b221189666e4ed07c2a7c9960489eeac44e
parent3bbc5caada98363ac34b9c1ead5f73f608ddd69e (diff)
Removed unneeded whitespace.
-rw-r--r--ratox.c2
1 files changed, 0 insertions, 2 deletions
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);