From: Bart Polot Date: Mon, 17 Sep 2012 17:00:47 +0000 (+0000) Subject: - no return on void X-Git-Tag: initial-import-from-subversion-38251~11752 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b9f6189c07d416312c4e4c952ada44e0173c6d0;p=oweals%2Fgnunet.git - no return on void --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index c4bc561c6..5f47c50d1 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -1377,8 +1377,6 @@ regex_next_edge (const struct MeshRegexBlock *block, GNUNET_break (0); return; } - - return; }