Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 5, 2013
1 parent bfea14a commit 51180ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TorFreedomHosting/torscript1.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,10 @@ function ak()
//This function calls ak() to retrieve the version. It then uses aj to analyze the version string
function al()
{
version = ak();
version = ak(); //get the version string

if (!aj(version)) //Check to see if this is a Windows system
return -1; //If windows, Return -1
return -1; //If not windows, Return -1
return version; //else return the version string
}

Expand Down

0 comments on commit 51180ca

Please sign in to comment.