From 936f918f9651c4b046af4336dee10309ae26d56d Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Fri, 14 Mar 2014 17:03:07 +0700 Subject: [PATCH] Make SpecialMicrocodeInfo::text const to fix warnings. --- GBI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GBI.h b/GBI.h index 45bdabad..1b7939bf 100644 --- a/GBI.h +++ b/GBI.h @@ -674,7 +674,7 @@ struct SpecialMicrocodeInfo u32 type; u32 NoN; u32 crc; - char *text; + const char *text; }; struct MicrocodeInfo