Fix an error in the 'Prefferred' example

This commit is contained in:
Gregory Nutt 2016-08-24 13:17:57 -06:00
parent 909486da47
commit 4c045d3fcd
1 changed files with 3 additions and 1 deletions

View File

@ -608,7 +608,9 @@ struct animals_s
<tr><td bgcolor="white">
<p><font color="green"><b>Preferred</b></p>
<ul><pre>
/* This assignment will convert what was at one time a lowly dog into a ferocious feline. */
/* This assignment will convert what was at one time a lowly dog into a
* ferocious feline.
*/
dog = cat;
</ul></pre></font>