gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: stylefix


From: gnunet
Subject: [gnunet] branch master updated: stylefix
Date: Thu, 30 Apr 2020 12:54:08 +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 170b9c1fd stylefix
     new d3ec11c5a Merge branch 'master' of git+ssh://gnunet.org/gnunet
170b9c1fd is described below

commit 170b9c1fd81b29721a0e4eb43b06b229a4f425ad
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Apr 30 12:49:11 2020 +0200

    stylefix
---
 src/include/gnunet_common.h | 2 +-
 src/util/test_scheduler.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 033a68894..34f419a49 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -1210,7 +1210,7 @@ GNUNET_is_zero_ (const void *a,
  * @param type name of the struct or union, i.e. pass 'struct Foo'.
  */
 #define GNUNET_new_array(n, type) ({ \
-    GNUNET_assert (SIZE_MAX / sizeof (type) >= n); \
+    GNUNET_assert (SIZE_MAX / sizeof (type) >= n);     \
     (type *) GNUNET_malloc ((n) * sizeof(type));   \
   })
 
diff --git a/src/util/test_scheduler.c b/src/util/test_scheduler.c
index 02a70a560..471ca64e5 100644
--- a/src/util/test_scheduler.c
+++ b/src/util/test_scheduler.c
@@ -234,7 +234,7 @@ taskSig (void *cls)
  * checks that "ok" is correct at the end.
  */
 static int
-checkSignal ()
+checkSignal (void)
 {
   int ok;
 

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



reply via email to

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