Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit f9dc6dc

Browse files
libefiwrapper/pe: clean-up: make get_section_boundaries() static
Change-Id: I1c865a0c6684a7e48691fbcaf06289f77473b660 Signed-off-by: Jeremy Compostella <[email protected]>
1 parent 5abe1f5 commit f9dc6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libefiwrapper/pe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ typedef struct {
162162
UINT32 end;
163163
} loaded_section_t;
164164

165-
void get_section_boundaries(section_header_t *section, UINT16 nb,
166-
UINT32 *start, UINT32 *end)
165+
static void get_section_boundaries(section_header_t *section, UINT16 nb,
166+
UINT32 *start, UINT32 *end)
167167
{
168168
UINT16 i;
169169

0 commit comments

Comments
 (0)