stun: Remove double const on int
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 3 Apr 2017 16:27:28 +0000 (12:27 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Mon, 3 Apr 2017 16:27:28 +0000 (12:27 -0400)
stun/tests/test-conncheck.c

index 92b947c..69c1883 100644 (file)
@@ -74,7 +74,7 @@ int main (void)
   } addr;
   uint8_t req_buf[STUN_MAX_MESSAGE_SIZE];
   uint8_t resp_buf[STUN_MAX_MESSAGE_SIZE];
-  const const uint64_t tie = 0x8000000000000000LL;
+  const uint64_t tie = 0x8000000000000000LL;
   StunMessageReturn val;
   StunUsageIceReturn val2;
   size_t len;