changeset 537:7fd1c51f3b18

Make private function static.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Dec 2019 15:03:55 +0200
parents 173609d71821
children 5c9e65b74f8d
files th_printf1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_printf1.c	Mon Dec 30 12:27:32 2019 +0200
+++ b/th_printf1.c	Mon Dec 30 15:03:55 2019 +0200
@@ -7,7 +7,7 @@
  */
 
 
-int TH_PFUNC_NAME (char *buf, const int len, int *pos,
+static int TH_PFUNC_NAME (char *buf, const int len, int *pos,
     TH_PFUNC_TYPE_S pval, const int f_radix, const BOOL f_upcase,
     const BOOL f_unsig, BOOL *f_neg)
 #ifdef TH_PFUNC_HEADER