From: Jérémie D. <Ba...@us...> - 2011-03-17 20:41:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via e3df2a4bc33737f4e785502892d2d2015c795122 (commit) from 76c6568221d3133754d2737441d8abeade097416 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e3df2a4bc33737f4e785502892d2d2015c795122 Author: Jérémie Dimino <je...@di...> Date: Thu Mar 17 21:40:27 2011 +0100 [info] typo ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/lib/krobot_message.ml b/info/control2011/src/lib/krobot_message.ml index bd424fb..4e40cc9 100644 --- a/info/control2011/src/lib/krobot_message.ml +++ b/info/control2011/src/lib/krobot_message.ml @@ -36,7 +36,7 @@ let string_of_encoder_state es = let to_string = function | Encoder_state_1_2(c1, c2) -> sprintf "Encoder_state_1_2(%s, %s)" (string_of_encoder_state c1) (string_of_encoder_state c2) - | Encoder_state_3_4(c3, c4) -> sprintf "Encoder_state_1_2(%s, %s)" (string_of_encoder_state c3) (string_of_encoder_state c4) + | Encoder_state_3_4(c3, c4) -> sprintf "Encoder_state_3_4(%s, %s)" (string_of_encoder_state c3) (string_of_encoder_state c4) | Unknown frame -> Krobot_can.string_of_frame frame (* +-----------------------------------------------------------------+ hooks/post-receive -- krobot |