Commit 4ff812cd by Zack Weinberg

Convert C++ comment to block comment

From-SVN: r33349
parent d5f76aba
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment