commit 964ab119f2e85f1832024fe2655b6d6564f604b1
parent bd95123f829b839662f606083766d3dc0c455f53
Author: Matthias Balk <mbalk@mbalk.de>
Date: Wed, 6 May 2026 16:56:16 +0200
Fix: pointer type
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/config.h b/src/config.h
@@ -6,9 +6,9 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
-#define PROG_VERSION "1.3"
+#define PROG_VERSION "1.3.1"
#define PROG_NAME "Lunch Poll Legacy"
#define COPYRIGHT "Copyright 2024 - 2026 Matthias Balk"
-#define SOURCE_CODE_DOWNLOAD_URL NULL
+#define SOURCE_CODE_DOWNLOAD_URL ((char *) NULL)
#endif /* __CONFIG_H__ */