From 4d2912a4061976090a16046ac7da3631a81cbe03 Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Tue, 21 Oct 2025 09:15:05 -0400 Subject: [PATCH] Corrected the return value of spcWriteValue() (recently added) from "bool" to "void" (does not return a value). --- VERSION | 2 +- ext2spice/ext2spice.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index be108053..86569582 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.565 +8.3.566 diff --git a/ext2spice/ext2spice.c b/ext2spice/ext2spice.c index 32c09252..ec561721 100644 --- a/ext2spice/ext2spice.c +++ b/ext2spice/ext2spice.c @@ -2041,7 +2041,7 @@ topVisit( * ---------------------------------------------------------------------------- */ -bool +void spcWriteValue( Dev *dev, /* Dev being output */ HierName *hierName) /* Hierarchical path down to this dev */