Fix an error in the 'Prefferred' example
This commit is contained in:
parent
909486da47
commit
4c045d3fcd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue