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

Commit 822ed64c authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBIFS: remove double semicolon



Just a tiny clean-up - remove ;;

Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent 944fdef5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ struct ubifs_scan_leb *ubifs_scan(const struct ubifs_info *c, int lnum,
		if (!quiet)
			ubifs_err("empty space starts at non-aligned offset %d",
				  offs);
		goto corrupted;;
		goto corrupted;
	}

	ubifs_end_scan(c, sleb, lnum, offs);