Final 0.6.2 release; misc. bug fixes & Windows version
diff --git a/support.cc b/support.cc
index 3e4ad6c..3137635 100644
--- a/support.cc
+++ b/support.cc
@@ -204,7 +204,7 @@
 // Convert a GUID to a string representation, suitable for display
 // to humans....
 string GUIDToStr(struct GUIDData theGUID) {
-   unsigned long long blocks[11], block;
+   unsigned long long blocks[11];
    char theString[40];
 
    theString[0] = '\0';;