This commit is contained in:
Michael Kerrisk 2008-01-30 09:41:13 +00:00
parent dbb8ac51fb
commit f560fdd55e
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ so that the above assignment can be replaced by
va_list aq;
va_copy(aq, ap);
...
\&...
va_end(aq);
.fi