mirror of
https://github.com/curl/curl.git
synced 2026-07-28 12:23:06 +03:00
curl_get_line: the final return cannot be reached
Follow-up to 769ccb4d42
Pointed out by CodeSonar
Closes #19154
This commit is contained in:
parent
9596c4a258
commit
104299195e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ CURLcode Curl_get_line(struct dynbuf *buf, FILE *input, bool *eof)
|
|||
return appendnl(buf);
|
||||
/* otherwise get next line to append */
|
||||
}
|
||||
return CURLE_FAILED_INIT;
|
||||
/* UNREACHABLE */
|
||||
}
|
||||
|
||||
#endif /* if not disabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue