Skip to content

Commit aa9550f

Browse files
committed
out_jnibuf: address a compiler warning
1 parent 0c88a19 commit aa9550f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/out_jnibuf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int gety(int _modno) {
102102
return maty;
103103
}
104104

105-
inline void bounds_check(int x, int y) {
105+
static inline void bounds_check(int x, int y) {
106106
assert(x >= 0);
107107
assert(y >= 0);
108108
assert(x < matx);

0 commit comments

Comments
 (0)