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:
parent
45c4df506c
commit
120dfc956d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue