Signed-off-by: Helge Deller <del...@gmx.de>
---
 src/version.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/version.c b/src/version.c
index a8a58cf..5049e8d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,5 +1,5 @@
 // Place build generated version into a C variable
 #include "autoversion.h"

-char VERSION[] = BUILD_VERSION;
-char BUILDINFO[] = BUILD_TOOLS;
+const char VERSION[] = BUILD_VERSION;
+const char BUILDINFO[] = BUILD_TOOLS;
--
2.29.2
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-le...@seabios.org

Reply via email to