From 53b89193f3991d537e8f303cfc492928369d78b6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 11 Mar 2013 19:27:23 -0700 Subject: [PATCH] fix typo for last receive --- mixer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer/src/main.cpp b/mixer/src/main.cpp index 7d9462fd49..566b48dfed 100644 --- a/mixer/src/main.cpp +++ b/mixer/src/main.cpp @@ -311,7 +311,7 @@ int main(int argc, const char * argv[]) if (packetData[0] == 'I') { printf("Last receive was %f ms ago\n", (usecTimestampNow() - usecTimestamp(&lastReceive)) / 1000); - gettimeofday(&lastreceive, NULL); + gettimeofday(&lastReceive, NULL); // add or update the existing interface agent if (!LOOPBACK_SANITY_CHECK) {