1
0
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:
Laurent MONIN 2005-10-20 17:22:15 +02:00 committed by Laurent MONIN
parent e47f8068d9
commit 2f8ed27eab

View File

@ -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;