Commit 5863e036 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e26548f4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ ivas_error efap_init_data(
#ifdef FIX_1574_EFAP_CODE_LINT
    if ( hEFAPdata == NULL )
    {
        return IVAS_ERROR( IVAS_ERR_UNEXPECTED_NULL_POINTER, "EFAP handle is NULL" );
        return IVAS_ERROR( IVAS_ERR_UNEXPECTED_NULL_POINTER, "pointer to EFAP handle is NULL" );
    }
    if ( *hEFAPdata != NULL )
    {