missing semi-colon, no reviewer.

This commit is contained in:
sspitzer%mozilla.org 2007-01-25 17:14:50 +00:00
Родитель 5662037fac
Коммит 6b300dc951
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2167,7 +2167,7 @@ Downloader.prototype = {
// to select ourselves.
var selectedPatch = update.selectedPatch;
var state = readStatusFile(updateDir)
var state = readStatusFile(updateDir);
// If this is a patch that we know about, then select it. If it is a patch
// that we do not know about, then remove it and use our default logic.