Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 543f85c4 authored by Eric Biggers's avatar Eric Biggers Committed by Sahil Sonar
Browse files

ANDROID: Incremental fs: Fix dangling else



Fix a compiler warning:

    fs/incfs/data_mgmt.c: In function ‘incfs_get_filled_blocks’:
    fs/incfs/data_mgmt.c:768:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
      768 |   if (is_data_block_present(&dfb))
          |      ^

Fixes: 9cbdd375f644 ("ANDROID: Incremental fs: Fix filled block count from get filled blocks")
Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Change-Id: I1f6ffb6eccec2a128298c008b0fedbaa998895f9
parent e9870528
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment