From 74ab9647c1af62005c49c3aaba9ab38bd0036246 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Fri, 8 Jul 2022 20:11:25 +0200 Subject: [PATCH] Fix define for HTTP_USERNAME and HTTP_PASSWORD --- src/sys/svc/hasp_http.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sys/svc/hasp_http.h b/src/sys/svc/hasp_http.h index ab47e066..12430a14 100644 --- a/src/sys/svc/hasp_http.h +++ b/src/sys/svc/hasp_http.h @@ -7,11 +7,11 @@ #include "hasp_conf.h" #ifndef HTTP_USERNAME -#define HTTP_USERNAME ""; +#define HTTP_USERNAME "" #endif #ifndef HTTP_PASSWORD -#define HTTP_PASSWORD ""; +#define HTTP_PASSWORD "" #endif struct hasp_http_config_t