[meek/master] Remove a useless type.

8 May
2014
8 May
'14
3:28 a.m.
commit d3762db183fc752a0a146f168a6aed8313fb625a Author: David Fifield <david@bamsoftware.com> Date: Wed May 7 20:01:25 2014 -0700 Remove a useless type. --- meek-client-torbrowser/windows.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meek-client-torbrowser/windows.go b/meek-client-torbrowser/windows.go index 8a3c90f..3a68de7 100644 --- a/meek-client-torbrowser/windows.go +++ b/meek-client-torbrowser/windows.go @@ -6,6 +6,6 @@ package main const ( - firefoxPath string = "Browser/firefox.exe" - firefoxProfilePath = "Data/Browser/profile.meek-http-helper" + firefoxPath = "Browser/firefox.exe" + firefoxProfilePath = "Data/Browser/profile.meek-http-helper" )
4017
Age (days ago)
4017
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org