Commit e4c832da authored by Geoff Simmons's avatar Geoff Simmons

silence a -Winline warning

parent 742be551
......@@ -38,7 +38,7 @@
int tests_run = 0;
static inline int
static int
next_idx(char c)
{
int n = toupper(c) - 32;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment