[tor-commits] [meek/master] Add missing semicolon.
dcf at torproject.org
dcf at torproject.org
Sat Apr 26 05:03:03 UTC 2014
commit baef666e1681b1d3129582cab9ac60692e1ee4c0
Author: David Fifield <david at bamsoftware.com>
Date: Fri Apr 25 21:12:58 2014 -0700
Add missing semicolon.
Found by gk in
https://trac.torproject.org/projects/tor/ticket/11183#comment:20.
---
firefox/components/main.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/firefox/components/main.js b/firefox/components/main.js
index 3db395c..d1283e7 100644
--- a/firefox/components/main.js
+++ b/firefox/components/main.js
@@ -54,7 +54,7 @@ MeekHTTPHelper.prototype = {
// nsIObserver implementation.
observe: function(subject, topic, data) {
if (topic !== "profile-after-change")
- return
+ return;
try {
// https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIServerSocket
More information about the tor-commits
mailing list