From: Christian Grothoff Date: Sun, 27 May 2012 21:47:13 +0000 (+0000) Subject: -typo X-Git-Tag: initial-import-from-subversion-38251~13381 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2eebe4ddf4e1fdd87d04112f94eb89bd755b3588;p=oweals%2Fgnunet.git -typo --- diff --git a/src/namestore/test_namestore_api_lookup.c b/src/namestore/test_namestore_api_lookup.c index 734e5b8fb..ddf5673f8 100644 --- a/src/namestore/test_namestore_api_lookup.c +++ b/src/namestore/test_namestore_api_lookup.c @@ -284,8 +284,8 @@ run (void *cls, char *const *args, const char *cfgfile, GNUNET_break (s_name != NULL); GNUNET_NAMESTORE_record_put (nsh, &pubkey, s_name, - GNUNET_TIME_UNIT_FOREVER_ABS - RECORDS, s_rd, s_signature, put_cont, s_name); + GNUNET_TIME_UNIT_FOREVER_ABS, + RECORDS, s_rd, s_signature, put_cont, s_name);