aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-06-06 01:11:58 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-06-06 01:11:58 +0200
commitb93343673958f368ec4f777cb7ae6d87fd7cae07 (patch)
treebd3b3a199ee22b382a855e4dc3d3ae57b82a3083 /src
parent7f6b8047649d371429e55b99d31870e25e803541 (diff)
downloadgnunet-b93343673958f368ec4f777cb7ae6d87fd7cae07.tar.gz
gnunet-b93343673958f368ec4f777cb7ae6d87fd7cae07.zip
fix ftbfs
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_util_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index e82e6caee..c5d5db374 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -58,7 +58,7 @@ extern "C"
58 * THIS release. Otherwise, you are violating the Affero GPL if you make 58 * THIS release. Otherwise, you are violating the Affero GPL if you make
59 * this service available to anyone but yourself. 59 * this service available to anyone but yourself.
60 */ 60 */
61#define GNUNET_AGPL_URL "https://gnunet.org/git/gnunet.git#" PACKAGE_VERSION; 61#define GNUNET_AGPL_URL "https://gnunet.org/git/gnunet.git#" PACKAGE_VERSION
62 62
63 63
64#include "gnunet_crypto_lib.h" 64#include "gnunet_crypto_lib.h"