Skip to content

Commit

Permalink
Merge pull request #197 from yomimono/icmp-pp-error
Browse files Browse the repository at this point in the history
pp_of_error -> pp_error
  • Loading branch information
yomimono committed Apr 5, 2016
2 parents 363463a + ab4c519 commit 264789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/icmp/icmpv4.ml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module Make(IP : V1_LWT.IPV4) = struct

let disconnect _ = Lwt.return_unit

let pp_of_error formatter = function
let pp_error formatter = function
| `Routing -> Format.fprintf formatter "%s" "routing"
| `Unknown -> Format.fprintf formatter "%s" "unknown!"

Expand Down

0 comments on commit 264789f

Please sign in to comment.