Skip to content

Commit c0265a2

Browse files
committed
print_pager: make inline static
Fixes #322 Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
1 parent 058fa1b commit c0265a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squashfs-tools/print_pager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static char *get_base(char *pathname)
7777
}
7878

7979

80-
inline int quoted_bs_char(char cur)
80+
static inline int quoted_bs_char(char cur)
8181
{
8282
/*
8383
* Within double quoted strings Bash allows the characters $, `, ",\ and

0 commit comments

Comments
 (0)