Changed: Minor changes

This commit is contained in:
kervala 2016-01-16 23:47:58 +01:00
parent 852da988fe
commit 8124033e69
2 changed files with 22 additions and 25 deletions

View file

@ -52,6 +52,7 @@ void browseFAQ(NLMISC::CConfigFile &cf)
} }
} }
} }
if (url.empty()) if (url.empty())
{ {
// not found // not found

View file

@ -376,8 +376,6 @@ int extractNewSheetNames(int argc, char *argv[])
NLLIGO::Register(); NLLIGO::Register();
CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig; CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig;
// **** Parse all the different type of sheets // **** Parse all the different type of sheets
const char *sheetDefs[]= const char *sheetDefs[]=
{ {
@ -401,7 +399,6 @@ int extractNewSheetNames(int argc, char *argv[])
extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder); extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder);
} }
// **** Parse place and region names // **** Parse place and region names
{ {
// build place names // build place names
@ -412,7 +409,6 @@ int extractNewSheetNames(int argc, char *argv[])
extractNewWords("work/place_words_wk.txt", "placeId", builder); extractNewWords("work/place_words_wk.txt", "placeId", builder);
} }
return 0; return 0;
} }