Bug 221142 warning: missing initializer for `nameprep_versions[1].unassigned_proc

r=darin sr=darin
This commit is contained in:
timeless%mozdev.org 2003-10-07 02:28:20 +00:00
Родитель da831f0be3
Коммит 9ae4f419ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ static struct idn_nameprep {
compose_sym2(nameprep_unassigned_, id), \
compose_sym2(nameprep_biditype_, id), }
MAKE_NAMEPREP_HANDLE("nameprep-11", id11),
{ NULL, NULL, NULL },
{ NULL, NULL, NULL, NULL, NULL },
};
static idn_result_t idn_nameprep_check(nameprep_checkproc proc,