X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=lib%2Fwhenproto.x;fp=lib%2Fwhenproto.x;h=7988c78b9c22ea35698804974580b5b4aa4edb6d;hp=603cf9161d8a0ec857b2cc8640935caa336cf4e7;hb=b139baf5b616159972b0412a1794ac9e6e513196;hpb=acb316417965e2b40010aeb35f8ff990db0d1d42 diff --git a/lib/whenproto.x b/lib/whenproto.x index 603cf91..7988c78 100644 --- a/lib/whenproto.x +++ b/lib/whenproto.x @@ -63,7 +63,7 @@ union variable switch (variable_type t) { case INT_T: string_big_int i; /* OCaml [big_int], as a string. */ case FLOAT_T: - double f; /* C 'double' maps to an OCaml 'float' */ + double f; /* C 'double' maps to an OCaml 'float' */ }; /* The API of the daemon. */