|
From: <kin...@us...> - 2025-04-14 14:52:46
|
Revision: 7256
http://sourceforge.net/p/teem/code/7256
Author: kindlmann
Date: 2025-04-14 14:52:28 +0000 (Mon, 14 Apr 2025)
Log Message:
-----------
oops forgot static qualifier on nfdsChar
Modified Paths:
--------------
teem/trunk/src/unrrdu/uncmt.c
Modified: teem/trunk/src/unrrdu/uncmt.c
===================================================================
--- teem/trunk/src/unrrdu/uncmt.c 2025-04-14 11:45:25 UTC (rev 7255)
+++ teem/trunk/src/unrrdu/uncmt.c 2025-04-14 14:52:28 UTC (rev 7256)
@@ -57,7 +57,7 @@
Monitors input characters ci, to prevent output of "float" or "double"
state is maintained by the floatCount and doubleCount variables
passed by reference */
-int
+static int
nfdsChar(unsigned int *floatCountP, unsigned int *doubleCountP, int ci) {
int co = ci; /* by default, output == input */
unsigned int fc = *floatCountP;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|