Corrected the return value of spcWriteValue() (recently added)

from "bool" to "void" (does not return a value).
This commit is contained in:
R. Timothy Edwards 2025-10-21 09:15:05 -04:00
parent b668b02a1f
commit 4d2912a406
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.565
8.3.566

View File

@ -2041,7 +2041,7 @@ topVisit(
* ----------------------------------------------------------------------------
*/
bool
void
spcWriteValue(
Dev *dev, /* Dev being output */
HierName *hierName) /* Hierarchical path down to this dev */