gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-challenger] branch master updated: typo


From: gnunet
Subject: [taler-challenger] branch master updated: typo
Date: Thu, 02 Nov 2023 16:58:43 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new 0d69fa5  typo
0d69fa5 is described below

commit 0d69fa5abde7e6a90d5d8da929214f75b3ccd477
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 2 16:58:41 2023 +0100

    typo
---
 src/challengerdb/pg_authorize_start.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challengerdb/pg_authorize_start.c 
b/src/challengerdb/pg_authorize_start.c
index 7d31bca..fa3ab70 100644
--- a/src/challengerdb/pg_authorize_start.c
+++ b/src/challengerdb/pg_authorize_start.c
@@ -41,7 +41,7 @@ CH_PG_authorize_start (void *cls,
     GNUNET_PQ_query_param_auto_from_type (nonce),
     GNUNET_PQ_query_param_uint64 (&client_id),
     NULL != client_scope
-    ? GNUNET_PQ_query_param_string (client_scope),
+    ? GNUNET_PQ_query_param_string (client_scope)
     : GNUNET_PQ_query_param_null (),
     GNUNET_PQ_query_param_string (client_state),
     NULL != client_redirect_uri

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]