- fix handle_undelete() declaration (compiler warning)

edge.strict_endians
szaka 2005-05-10 16:37:01 +00:00
parent c4761f35bf
commit 1a5e15bb5b
1 changed files with 1 additions and 1 deletions

View File

@ -2002,7 +2002,7 @@ free:
* handle_undelete
* Handles the undelete
*/
int handle_undelete (ntfs_volume *vol)
static int handle_undelete (ntfs_volume *vol)
{
int result = 1;
int i;