We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6904f36 commit 1d00cbeCopy full SHA for 1d00cbe
1 file changed
tools/unit-tests/unit-disk.c
@@ -61,7 +61,7 @@ void disk_close(int drv) { (void)drv; }
61
/* GPT partition layout (LBA offsets) */
62
static const int PART0_OFF = 40;
63
static const int PART0_END = 100;
64
-static const int PART1_OFF = 100;
+static const int PART1_OFF = 101;
65
static const int PART1_END = 200;
66
67
/* --- Helpers to build fake disk layouts --- */
0 commit comments