[dasher: 87/217] Revert "Fix typo in AlphIO.cpp", pushed unintended changes.



commit 58f251bef8b18a6626827f517ff6014755ad075a
Author: laetitia <FluffyKaon users noreply github com>
Date:   Sat Oct 17 09:42:24 2015 -0700

    Revert "Fix typo in AlphIO.cpp", pushed unintended changes.
    
    This reverts commit 763c53591f712ec36ed67fdc03ec66848fd82769.

 INSTALL                            |    4 ++--
 Src/DasherCore/Alphabet/AlphIO.cpp |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 007e939..2099840 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,8 @@ without warranty of any kind.
 Basic Installation
 ==================
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff --git a/Src/DasherCore/Alphabet/AlphIO.cpp b/Src/DasherCore/Alphabet/AlphIO.cpp
index 0edbd7e..9b6cb3a 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";
 
@@ -152,7 +152,7 @@ CAlphInfo *CAlphIO::CreateDefault() {
   Default.iStart=1; Default.iEnd=Default.m_vCharacters.size()+1;
   Default.iNumChildNodes = Default.m_vCharacters.size();
   Default.pNext=Default.pChild=NULL;
-
+  
   return &Default;
 }
 
@@ -394,7 +394,7 @@ void CAlphIO::XmlEndHandler(const XML_Char *name) {
     InputInfo->TrainingFile = CData;
     return;
   }
-
+  
   if(strcmp(name, "langcode") == 0) {
     InputInfo->LanguageCode = CData;
     return;


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