From d7b21c213ea0cb7446a04978a9e22696ea035d28 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Tue, 18 Jan 2022 21:44:33 +1100 Subject: [PATCH] Update Translation.h --- source/Core/Inc/Translation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Core/Inc/Translation.h b/source/Core/Inc/Translation.h index 645bf0b8..0bfca9f4 100644 --- a/source/Core/Inc/Translation.h +++ b/source/Core/Inc/Translation.h @@ -112,7 +112,8 @@ struct TranslationIndexTable { }; extern const TranslationIndexTable *Tr; -extern const char *TranslationStrings; + +extern const char *TranslationStrings; struct TranslationData { TranslationIndexTable indices;