aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-10-31 15:16:07 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-10-31 15:16:07 +0100
commit37ac9545eb77ea968a98a29c695dd52ec04cd369 (patch)
tree3bfa0f6e8625ebc8d57a674c26d8e09b4a9da468
parent45db43a6885bb12f786fb44182a9eb0e0f53aaab (diff)
downloadlibbrandt-37ac9545eb77ea968a98a29c695dd52ec04cd369.tar.gz
libbrandt-37ac9545eb77ea968a98a29c695dd52ec04cd369.zip
fix alignment
-rw-r--r--crypto.h2
1 files changed, 1 insertions, 1 deletions
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] = {
342 * of 0 means a private outcome, while a value of 1 means public outcome. 342 * of 0 means a private outcome, while a value of 1 means public outcome.
343 */ 343 */
344static const Result handler_res[auction_last][outcome_last] = { 344static const Result handler_res[auction_last][outcome_last] = {
345 [auction_firstPrice] = { 345 [auction_firstPrice] = {
346 [outcome_private] = &fp_priv_determine_outcome, 346 [outcome_private] = &fp_priv_determine_outcome,
347 [outcome_public] = &fp_pub_determine_outcome, 347 [outcome_public] = &fp_pub_determine_outcome,
348 }, 348 },