Commit 2e823590 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Make TAPE_GetStatus inline to avoid a unused function warning.

parent fdfabd53
......@@ -88,7 +88,7 @@ static const char *io2str( DWORD io )
/******************************************************************
* TAPE_GetStatus
*/
static NTSTATUS TAPE_GetStatus( int error )
static inline NTSTATUS TAPE_GetStatus( int error )
{
if (!error) return STATUS_SUCCESS;
return FILE_GetNtStatus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment