Missed bracket.
This commit is contained in:
parent
bdf98f9c7f
commit
028f670f1c
@ -75,7 +75,7 @@ guserbase::guserbase() {
|
||||
strcpy(entry.snail2, "Moscow");
|
||||
strcpy(entry.snail3, "Russia");
|
||||
entry.dataphone[0] = NUL;
|
||||
strcpy(entry.voicephone, "+7-(095)-532-79-03";
|
||||
strcpy(entry.voicephone, "+7-(095)-532-79-03");
|
||||
entry.faxphone[0] = NUL;
|
||||
entry.firstdate = entry.lastdate = entry.times = 0;
|
||||
strcpy(entry.homepage, "http://asa.i-connect.ru");
|
||||
|
Reference in New Issue
Block a user