Bustage fix, remove extra semicolon

This commit is contained in:
bsmedberg%covad.net 2005-07-23 15:35:31 +00:00
Родитель e373887d61
Коммит 4f52d8d473
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -104,7 +104,7 @@ ParseVP(char *part, VersionPart &result)
}
return dot;
};
}
// compare two null-terminated strings, which may be null pointers
static PRInt32