From 7aa0a04c5c10da835e6e857f71c5d418f9facc47 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 16 Jun 2012 11:18:44 +0000 Subject: -1variableperline --- src/namestore/namestore_common.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c index 4ffeaebcf..15a48cf36 100644 --- a/src/namestore/namestore_common.c +++ b/src/namestore/namestore_common.c @@ -417,8 +417,10 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type, uint32_t soa_expire; uint32_t soa_min; struct GNUNET_HashCode hash; - struct GNUNET_CRYPTO_HashAsciiEncoded s_peer, s_serv; - int af, proto; + struct GNUNET_CRYPTO_HashAsciiEncoded s_peer; + struct GNUNET_CRYPTO_HashAsciiEncoded s_serv; + int af; + int proto; switch (type) { -- cgit v1.2.3