diff options
Diffstat (limited to 'com32/elflink/ldlinux/ldlinux.c')
-rw-r--r-- | com32/elflink/ldlinux/ldlinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/elflink/ldlinux/ldlinux.c b/com32/elflink/ldlinux/ldlinux.c index 4ad5eb85..f56f2c06 100644 --- a/com32/elflink/ldlinux/ldlinux.c +++ b/com32/elflink/ldlinux/ldlinux.c @@ -45,7 +45,7 @@ static inline const char *find_command(const char *str) return p; } -static enum kernel_type parse_kernel_type(const char *kernel) +enum kernel_type parse_kernel_type(const char *kernel) { const struct file_ext *ext; const char *p; |