diff --git a/toolkit/mozapps/update/src/nsUpdateService.js.in b/toolkit/mozapps/update/src/nsUpdateService.js.in index c1a50b27c53..1b168378cd2 100644 --- a/toolkit/mozapps/update/src/nsUpdateService.js.in +++ b/toolkit/mozapps/update/src/nsUpdateService.js.in @@ -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.