mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Another attempt to make mimedb.cpp compile on Linux
This commit is contained in:
parent
4b6c6c59b5
commit
5ecd350311
1 changed files with 3 additions and 4 deletions
|
@ -678,8 +678,7 @@ static char *get_action( const char *mimetype )
|
||||||
{
|
{
|
||||||
char *res=0;
|
char *res=0;
|
||||||
|
|
||||||
const char *launcher;
|
const char *launcher, *end;
|
||||||
char *end;
|
|
||||||
string_list_t mime_filenames;
|
string_list_t mime_filenames;
|
||||||
|
|
||||||
const char *launcher_str = NULL;
|
const char *launcher_str = NULL;
|
||||||
|
|
Loading…
Reference in a new issue