mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
Fix an error in the 'Prefferred' example
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user