mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
fix many compile warnings
This commit is contained in:
@@ -58,7 +58,7 @@ int bgsubtract_malloc(int width, int height)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void bgsubtract_free(void *d)
|
||||
void bgsubtract_free()
|
||||
{
|
||||
if( static_bg )
|
||||
free(static_bg );
|
||||
|
||||
Reference in New Issue
Block a user