mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools: kconfig2html: Explain blank-line guard
Explain why the guard runs before checking for a continuation marker. Signed-off-by: Old-Ding <35417409+Old-Ding@users.noreply.github.com>
This commit is contained in:
parent
c4d0fb4ca3
commit
9094795bba
1 changed files with 2 additions and 0 deletions
|
|
@ -702,6 +702,8 @@ static char *read_line(FILE *stream)
|
|||
g_line[len] = '\0';
|
||||
}
|
||||
|
||||
/* A blank line has no continuation marker to inspect. */
|
||||
|
||||
if (len == 0)
|
||||
{
|
||||
g_lnptr = g_line;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue