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:
parent
3ea73da7df
commit
0ac97979a2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user