C++STYLE: Fix typo.

2001-08-24  Jan van Male <jan.vanmale@fenk.wau.nl>

	* docs/html/17_intro/C++STYLE:  Fix typo.

From-SVN: r45163
This commit is contained in:
Jan van Male 2001-08-24 22:50:53 +02:00 committed by Phil Edwards
parent b5796814d0
commit 11a584be8d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-08-24 Jan van Male <jan.vanmale@fenk.wau.nl>
* docs/html/17_intro/C++STYLE: Fix typo.
2001-08-24 Phil Edwards <pme@sources.redhat.com>
* docs/html/23_containers/howto.html: Describe implementation of

View File

@ -91,7 +91,7 @@ Notable areas of divergence from what may be previous local practice
{
space = _ISspace,
print = _ISprint,
cntrl = _IScntrl,
cntrl = _IScntrl
};
-NOT-
enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl };