mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove compiler warning
darcs-hash:20051210003607-ac50b-3c9aab83ec7c5f184c1cd01f6cdd11c711725584.gz
This commit is contained in:
parent
33e2c81748
commit
2619f1752d
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ void al_push_check( array_list_t *l, const wchar_t *new )
|
|||
{
|
||||
if( !wcscmp( al_get(l, i), new ) )
|
||||
{
|
||||
free( new );
|
||||
free( (void *)new );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue