Corrected the return value of spcWriteValue() (recently added)
from "bool" to "void" (does not return a value).
This commit is contained in:
parent
b668b02a1f
commit
4d2912a406
|
|
@ -2041,7 +2041,7 @@ topVisit(
|
|||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
bool
|
||||
void
|
||||
spcWriteValue(
|
||||
Dev *dev, /* Dev being output */
|
||||
HierName *hierName) /* Hierarchical path down to this dev */
|
||||
|
|
|
|||
Loading…
Reference in New Issue