summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/taler-merchant-httpd_spa.c2
1 files changed, 1 insertions, 1 deletions
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++;