From 3bf616bee0499e91e1a6a4b9f6a828d75f744e94 Mon Sep 17 00:00:00 2001 From: cathugger Date: Fri, 6 Oct 2017 00:30:49 +0000 Subject: [PATCH] rid of more of unnamed unions --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 0f8ca67..3ba56b4 100644 --- a/main.c +++ b/main.c @@ -321,7 +321,7 @@ static void *dowork(void *task) u64 prefix[4]; u64 key[4]; u64 hash[4]; - } ; + } i; } pubonion; u8 * const pk = &pubonion.raw[pkprefixlen]; u8 secret[skprefixlen + SECRET_LEN]; @@ -401,7 +401,7 @@ static void *dofastwork(void *task) u64 prefix[4]; u64 key[4]; u64 hash[4]; - } ; + } i; } pubonion; u8 * const pk = &pubonion.raw[pkprefixlen]; u8 secret[skprefixlen + SECRET_LEN];