From 7eb7448f145869d172899b7b5eb9d90e1cdbfda5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 28 Feb 1992 19:15:24 +0000 Subject: [PATCH] fixed duplicate static --- src/rec/recCalc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/recCalc.c b/src/rec/recCalc.c index 4016d759c..0f955c362 100644 --- a/src/rec/recCalc.c +++ b/src/rec/recCalc.c @@ -89,7 +89,7 @@ static long get_value(); #define cvt_dbaddr NULL #define get_array_info NULL #define put_array_info NULL -static static long get_units(); +static long get_units(); static long get_precision(); #define get_enum_str NULL #define get_enum_strs NULL