Bug 788397 - Remove extra ';' from nsPagePrintTimer::Run r=Ms2ger

This commit is contained in:
Andrew Quartey 2012-09-05 10:44:24 -04:00
parent 4636681971
commit 3b49fc3de3

View File

@ -85,7 +85,7 @@ nsPagePrintTimer::Run()
}
}
return NS_OK;
};
}
// nsITimerCallback
NS_IMETHODIMP