|
From: <kin...@us...> - 2025-04-14 11:45:43
|
Revision: 7255
http://sourceforge.net/p/teem/code/7255
Author: kindlmann
Date: 2025-04-14 11:45:25 +0000 (Mon, 14 Apr 2025)
Log Message:
-----------
WHOA optarr_incr was missing static declaration
Modified Paths:
--------------
teem/trunk/src/hest/methodsHest.c
Modified: teem/trunk/src/hest/methodsHest.c
===================================================================
--- teem/trunk/src/hest/methodsHest.c 2025-04-14 11:39:14 UTC (rev 7254)
+++ teem/trunk/src/hest/methodsHest.c 2025-04-14 11:45:25 UTC (rev 7255)
@@ -234,7 +234,7 @@
/* line airArrayLenIncr(1): increments logical length by 1,
and returns index of newly-available element */
-unsigned int
+static unsigned int
optarr_incr(hestOpt **optP) {
unsigned int olen, nlen;
olen = (*optP)->arrLen; /* == index of new element */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|