diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-06 05:54:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-06 05:54:15 +0100 |
| commit | e9eb93ced36628f2c111b96c4916bb649636e71c (patch) | |
| tree | 8337972610acc6de512e5e6203eab9f44428f49b /src/neboot-partition-map-parse.c | |
| parent | 484ce476198a7b2fa2753f78a30e683c467817c0 (diff) | |
[CHORE] Source code level refactors and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/neboot-partition-map-parse.c')
| -rw-r--r-- | src/neboot-partition-map-parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/neboot-partition-map-parse.c b/src/neboot-partition-map-parse.c index a3639be..c6926bf 100644 --- a/src/neboot-partition-map-parse.c +++ b/src/neboot-partition-map-parse.c @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) // Official repository: https://github.com/ne-foss-org/neboot @@ -38,4 +38,4 @@ part_block_t* nb_parse_partition_block_at(voidptr_t blob, size_t blob_sz, size_t } return block; -}
\ No newline at end of file +} |
