Skip to content
  • Philip Withnall's avatar
    gvariant-parser: Shut up a scan-build warning · 1111bc4c
    Philip Withnall authored
    
    
    Change a condition from one to an equivalent one to shut up a
    `scan-build` warning about potentially dereferencing a `NULL` value.
    This introduces no functional changes, as it’s not actually possible to
    dereference a `NULL` value here (but `scan-build` can’t link the
    nullability of `error` to the nullability of `result`).
    
    Signed-off-by: default avatarPhilip Withnall <withnall@endlessm.com>
    1111bc4c