Skip to content

Commit 72f9835

Browse files
author
Vadik
committed
Uninline a function
Modern GCC complains about this one, rightfully.
1 parent 359a02a commit 72f9835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ try_interconnect(void)
381381
select_item(points[1]);
382382
}
383383

384-
inline void
384+
static void
385385
change_mode(int mode)
386386
{
387387
static char *desc[] = {

0 commit comments

Comments
 (0)