From e28b5c24dd820c6b31878e3aa88f3cc433bc443a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 7 Apr 1998 00:05:49 +0000 Subject: Don't use inline. svn path=/trunk/; revision=1735 --- unmime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unmime.c b/unmime.c index e1690c27..5a9841c8 100644 --- a/unmime.c +++ b/unmime.c @@ -17,7 +17,7 @@ #include #include "fetchmail.h" -static inline unsigned char unhex(unsigned char c) +static unsigned char unhex(unsigned char c) { if ((c >= '0') && (c <= '9')) return (c - '0'); -- cgit v1.2.3