Skip to content

Commit

Permalink
Fix a typo in a function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Feb 20, 2011
1 parent c6450bc commit 848695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/OpenID/SSL.hs
Expand Up @@ -64,7 +64,7 @@ instance Stream SSLHandle where
readBlock (SSLHandle _ ssl) n =
wrapRead ((map w2c . B.unpack) <$> Session.read ssl n)

writeBlock (SSLHandle _ ssl) bs =
writeBlock (SSLHandle _ ssl) bs
| not (null bs) = wrap $ Session.write ssl $ B.pack $ map c2w $ bs
| otherwise = return $ Right ()

Expand Down

0 comments on commit 848695d

Please sign in to comment.