summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpconv.h b/fpconv.h
index 0124908..7b0d0ee 100644
--- a/fpconv.h
+++ b/fpconv.h
@@ -12,7 +12,7 @@ static inline void fpconv_init()
12 /* Do nothing - not required */ 12 /* Do nothing - not required */
13} 13}
14#else 14#else
15extern inline void fpconv_init(); 15extern void fpconv_init();
16#endif 16#endif
17 17
18extern int fpconv_g_fmt(char*, double, int); 18extern int fpconv_g_fmt(char*, double, int);