Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
06eb63183e
commit
5b3e181227
2 changed files with 22 additions and 25 deletions
|
@ -52,6 +52,7 @@ void browseFAQ(NLMISC::CConfigFile &cf)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (url.empty())
|
||||
{
|
||||
// not found
|
||||
|
|
|
@ -376,8 +376,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
|||
NLLIGO::Register();
|
||||
CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig;
|
||||
|
||||
|
||||
|
||||
// **** Parse all the different type of sheets
|
||||
const char *sheetDefs[]=
|
||||
{
|
||||
|
@ -401,7 +399,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
|||
extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder);
|
||||
}
|
||||
|
||||
|
||||
// **** Parse place and region names
|
||||
{
|
||||
// build place names
|
||||
|
@ -412,7 +409,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
|||
extractNewWords("work/place_words_wk.txt", "placeId", builder);
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue