- fix handle_undelete() declaration (compiler warning)
parent
c4761f35bf
commit
1a5e15bb5b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue