Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Dec 25, 2013
1 parent c8e3a52 commit 7932aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mochiweb_websocket.erl
Expand Up @@ -147,7 +147,7 @@ parse_frames(hybi, Frames, Socket) ->
_:_ -> error
end;

parse_frames(hixie, Frames, Socket) ->
parse_frames(hixie, Frames, _Socket) ->
try parse_hixie_frames(Frames, []) of
Payload -> Payload
catch
Expand Down

0 comments on commit 7932aa3

Please sign in to comment.