From 37ac9545eb77ea968a98a29c695dd52ec04cd369 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Mon, 31 Oct 2016 15:16:07 +0100 Subject: [PATCH] fix alignment --- crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.h b/crypto.h index 35e98a6..4c06b4a 100644 --- a/crypto.h +++ b/crypto.h @@ -342,7 +342,7 @@ static const MsgOut handler_out[auction_last][outcome_last][msg_last] = { * of 0 means a private outcome, while a value of 1 means public outcome. */ static const Result handler_res[auction_last][outcome_last] = { - [auction_firstPrice] = { + [auction_firstPrice] = { [outcome_private] = &fp_priv_determine_outcome, [outcome_public] = &fp_pub_determine_outcome, },