From 14e243ce43e6bfb9bdc72d626fc3dca6a807232d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 Sep 2000 15:31:06 +0000 Subject: Update. 2000-09-21 Martin Buchholz * manual/terminal.texi (Allocation): Sample code correction. --- ChangeLog | 4 ++++ manual/terminal.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78fbc1e83b..b1c059b472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-21 Martin Buchholz + + * manual/terminal.texi (Allocation): Sample code correction. + 2000-09-20 Andreas Jaeger * iconvdata/Makefile (generated): Add tst-tables.out. diff --git a/manual/terminal.texi b/manual/terminal.texi index e762be1655..ae8158e8b9 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -2030,7 +2030,7 @@ int open_pty_pair (int *amaster, int *aslave) @{ int master, slave; - char *name + char *name; master = getpt (); if (master < 0) -- cgit v1.2.3