Remove compiler warning

darcs-hash:20051210003607-ac50b-3c9aab83ec7c5f184c1cd01f6cdd11c711725584.gz
This commit is contained in:
axel
2005-12-10 10:36:07 +10:00
parent 33e2c81748
commit 2619f1752d

View File

@@ -671,7 +671,7 @@ void al_push_check( array_list_t *l, const wchar_t *new )
{ {
if( !wcscmp( al_get(l, i), new ) ) if( !wcscmp( al_get(l, i), new ) )
{ {
free( new ); free( (void *)new );
return; return;
} }
} }