mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
No need to initialize @end and @start.
This commit is contained in:
parent
e47f8068d9
commit
2f8ed27eab
@ -1918,8 +1918,8 @@ render_html_document(struct cache_entry *cached, struct document *document,
|
|||||||
{
|
{
|
||||||
struct html_context *html_context;
|
struct html_context *html_context;
|
||||||
struct part *part;
|
struct part *part;
|
||||||
unsigned char *start = NULL;
|
unsigned char *start;
|
||||||
unsigned char *end = NULL;
|
unsigned char *end;
|
||||||
struct string title;
|
struct string title;
|
||||||
struct string head;
|
struct string head;
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user