diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2018-06-06 01:11:58 +0200 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2018-06-06 01:11:58 +0200 |
commit | b93343673958f368ec4f777cb7ae6d87fd7cae07 (patch) | |
tree | bd3b3a199ee22b382a855e4dc3d3ae57b82a3083 | |
parent | 7f6b8047649d371429e55b99d31870e25e803541 (diff) |
fix ftbfs
-rw-r--r-- | src/include/gnunet_util_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h index e82e6caee9..c5d5db3748 100644 --- a/src/include/gnunet_util_lib.h +++ b/src/include/gnunet_util_lib.h @@ -58,7 +58,7 @@ extern "C" * THIS release. Otherwise, you are violating the Affero GPL if you make * this service available to anyone but yourself. */ -#define GNUNET_AGPL_URL "https://gnunet.org/git/gnunet.git#" PACKAGE_VERSION; +#define GNUNET_AGPL_URL "https://gnunet.org/git/gnunet.git#" PACKAGE_VERSION #include "gnunet_crypto_lib.h" |