summaryrefslogtreecommitdiff
path: root/src/util/test_payto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_payto.c')
-rw-r--r--src/util/test_payto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_payto.c b/src/util/test_payto.c
index c809a0396..321e998b7 100644
--- a/src/util/test_payto.c
+++ b/src/util/test_payto.c
@@ -58,7 +58,7 @@ main (int argc,
r = TALER_payto_get_subject (
"payto://x-taler-bank/localhost:1080/alice?subject=hello&amount=EUR:1");
CHECK ("hello",
- r);
+ r);
r = TALER_payto_get_subject (
"payto://x-taler-bank/localhost:1080/alice");