git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb3164
)
Whitespace change.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 23 Feb 2012 20:30:13 +0000
(20:30 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 23 Feb 2012 22:10:07 +0000
(22:10 +0000)
lib/whenproto.x
patch
|
blob
|
history
diff --git
a/lib/whenproto.x
b/lib/whenproto.x
index
603cf91
..
7988c78
100644
(file)
--- 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. */