Missed bracket.

This commit is contained in:
Alexander S. Aganichev 2000-03-24 06:27:51 +00:00
parent bdf98f9c7f
commit 028f670f1c

View File

@ -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");