[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: following coding conventions
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: following coding conventions |
Date: |
Mon, 17 Jul 2023 20:19:15 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 46cdd432 following coding conventions
46cdd432 is described below
commit 46cdd4322c7133f4f26047f97c5edc2d794cb06a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jul 17 15:19:09 2023 -0300
following coding conventions
---
src/backend/taler-merchant-httpd_spa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_spa.c
b/src/backend/taler-merchant-httpd_spa.c
index e1168bd3..1c095333 100644
--- a/src/backend/taler-merchant-httpd_spa.c
+++ b/src/backend/taler-merchant-httpd_spa.c
@@ -187,7 +187,7 @@ build_webui (void *cls,
mime = NULL;
ext = strrchr (dn, '.');
- if (ext == NULL)
+ if (NULL == ext)
return GNUNET_OK;
ext++;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: following coding conventions,
gnunet <=