diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-12 19:07:40 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-12 19:07:40 +0000 |
commit | 6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch) | |
tree | a3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/block/test_block.c | |
parent | 16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff) |
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/block/test_block.c')
-rw-r--r-- | src/block/test_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/test_block.c b/src/block/test_block.c index e57b891ad3..5e2b346968 100644 --- a/src/block/test_block.c +++ b/src/block/test_block.c @@ -32,7 +32,7 @@ static int test_fs (struct GNUNET_BLOCK_Context *ctx) { - GNUNET_HashCode key; + struct GNUNET_HashCode key; char block[4]; memset (block, 1, sizeof (block)); |