1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 21:20:30 +02:00

Correct typo in documentation.

Thanks to Yaroslav Tsarko for noticing the problem.
This commit is contained in:
pcpa 2014-09-04 11:33:52 -03:00
parent 45c4df506c
commit 120dfc956d

View file

@ -1036,7 +1036,7 @@ Source code for the client (which lies in the same source file) follows:
@example @example
int main(int argc, char *argv[]) int main(int argc, char *argv[])
@{ @{
jit_note_t *nc, *nf; jit_node_t *nc, *nf;
pifi c2f, f2c; pifi c2f, f2c;
int i; int i;