This commit is contained in:
Daveo 2001-05-23 20:02:15 +00:00
parent 895eae96d5
commit 86cd783d02
2 changed files with 4 additions and 4 deletions

View file

@ -243,7 +243,7 @@ char Str[32];
return(UpdateKey(GroupEntry,KeyEntry,Str));
}
private:
//private:
/*----------------------------------------------------------------------------*/
bool IsWhiteSpace(char c) {return(c==' ' || c=='\n' || c==0xa || c=='\r');}