gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: cosmestics


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: cosmestics
Date: Sun, 06 May 2018 21:51:49 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3d07ace3a cosmestics
3d07ace3a is described below

commit 3d07ace3af61b22eabe64ccd8b60cad464d36052
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 6 21:51:47 2018 +0200

    cosmestics
---
 src/dht/dht_api.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index af0dafbf3..de29b05eb 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2009, 2010, 2011, 2012, 2016 GNUnet e.V.
+     Copyright (C) 2009, 2010, 2011, 2012, 2016, 2018 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -86,7 +86,7 @@ struct GNUNET_DHT_GetHandle
   GNUNET_DHT_GetIterator iter;
 
   /**
-   * Closure for @a iter.
+   * Closure for @e iter.
    */
   void *iter_cls;
 
@@ -292,8 +292,8 @@ send_get (struct GNUNET_DHT_GetHandle *gh)
   get_msg->key = gh->key;
   get_msg->unique_id = gh->unique_id;
   GNUNET_memcpy (&get_msg[1],
-          &gh[1],
-          gh->xquery_size);
+                 &gh[1],
+                 gh->xquery_size);
   GNUNET_MQ_send (h->mq,
                   env);
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]