Fixed bug that caused BSD disklabel conversion to fail
diff --git a/bsd.h b/bsd.h
index afdb60c..e7fbfc7 100644
--- a/bsd.h
+++ b/bsd.h
@@ -72,7 +72,7 @@
       void ReverseMetaBytes(void);
       void DisplayBSDData(void);
       int ShowState(void); // returns 1 if BSD disklabel detected
-      int IsDisklabel(void) {return (state == bsd);}
+      int IsDisklabel(void);
 
       // Functions to extract data on specific partitions....
       uint8_t GetType(int i);