1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

[download] explicit cast to (char *)

This commit is contained in:
Witold Filipczyk 2022-02-21 18:51:10 +01:00
parent d1a01f19db
commit 4846a04751

View File

@ -1532,7 +1532,7 @@ tp_open(struct type_query *type_query)
return; return;
} }
continue_download(type_query, ""); continue_download(type_query, (char *)(""));
} }