Drop most 'const's from function prototypes

darcs-hash:20060612214742-ac50b-9b0801e8a7c07d6ab3f0acf569e1d6eb1eeb3f0e.gz
This commit is contained in:
axel
2006-06-13 07:47:42 +10:00
parent 2c95e087b2
commit 9aee2b7c9c
18 changed files with 138 additions and 138 deletions

2
kill.c
View File

@@ -179,7 +179,7 @@ static void kill_check_x_buffer()
}
}
al_foreach( &list, (void (*)(const void *))&free );
al_foreach( &list, &free );
al_destroy( &list );
}
}