Skip to content

Commit 1d6f6b9

Browse files
committed
Fix C code block.
1 parent cb3ea74 commit 1d6f6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/allocators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ matras_alloc(struct matras *m, matras_id_t *result_id)
12921292
matras_free_extent(m, extent1);
12931293
return 0;
12941294
}
1295-
extent1[n1] = (void *)extent2;```
1295+
extent1[n1] = (void *)extent2;
12961296
}
12971297
12981298
if (extent3_available) {

0 commit comments

Comments
 (0)