1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Fix warning from last patch

This commit is contained in:
Jonas Fonseca 2006-11-06 05:35:57 +01:00
parent 3ea73da7df
commit 0ac97979a2

View File

@ -230,7 +230,7 @@ get_fragment_content_type(struct cache_entry *cached)
struct fragment *fragment;
size_t length;
unsigned char *sample;
unsigned char *ctype;
unsigned char *ctype = NULL;
if (list_empty(cached->frag))
return NULL;