A few minor bug fixes; backup function now accepts dd output of MBR,
main header, and main partition table, as well as gdisk-generated
backups.
diff --git a/parttypes.h b/parttypes.h
index 1f82d1d..5777f9c 100644
--- a/parttypes.h
+++ b/parttypes.h
@@ -46,7 +46,7 @@
    GUIDData & operator=(const char * orig) {return GUIDData::operator=(orig);}
 
    // New data assignment
-   GUIDData & operator=(uint16_t ID); // Use MBR type code time 0x0100 to assign GUID
+   PartType & operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID
 
    // Retrieve transformed GUID data based on type code matches
    string TypeName(void);