Convert C++ comment to block comment
From-SVN: r33349
This commit is contained in:
parent
d5f76abaa1
commit
4ff812cd3f
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ add_entry (entp, name)
|
|||
|
||||
if (last == NULL)
|
||||
{
|
||||
// This is only true the first time through, when the entry list
|
||||
// is empty.
|
||||
/* This is only true the first time through, when the entry list
|
||||
is empty. */
|
||||
*entp = ent;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue