[dasher: 88/217] Fix typo in AlphIO.cpp



commit 65729cc63672f26805e35843c3285fc37106a118
Author: lbaudoin <FluffyKaon users noreply github com>
Date:   Sat Oct 17 09:58:42 2015 -0700

    Fix typo in AlphIO.cpp

 Src/DasherCore/Alphabet/AlphIO.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/Alphabet/AlphIO.cpp b/Src/DasherCore/Alphabet/AlphIO.cpp
index 9b6cb3a..a2caebb 100644
--- a/Src/DasherCore/Alphabet/AlphIO.cpp
+++ b/Src/DasherCore/Alphabet/AlphIO.cpp
@@ -99,7 +99,7 @@ CAlphInfo *CAlphIO::CreateDefault() {
   Default.Mutable = false;
   Default.TrainingFile = "training_english_GB.txt";
   Default.GameModeFile = "gamemode_english_GB.txt";
-  Default.LanguageCode = "en-GB"
+  Default.LanguageCode = "en-GB";
   Default.PreferredColours = "Default";
   std::string Chars = "abcdefghijklmnopqrstuvwxyz";
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]