aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_url.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_url.c')
-rw-r--r--src/util/test_url.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/test_url.c b/src/util/test_url.c
index 5fc47137c..4be1e7307 100644
--- a/src/util/test_url.c
+++ b/src/util/test_url.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2015 GNUnet e.V.
+ (C) 2015-2020 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -45,7 +45,6 @@ int
main (int argc,
const char *const argv[])
{
-
cf (TALER_urlencode (""), "");
cf (TALER_urlencode ("abc"), "abc");
cf (TALER_urlencode ("~~"), "~~");