Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
diff --git a/cgdisk.cc b/cgdisk.cc
index 7e967cc..f21f046 100644
--- a/cgdisk.cc
+++ b/cgdisk.cc
@@ -75,4 +75,5 @@
    } else {
       Report("Could not load partitions from '" + device + "'! Aborting!");
    } // if/else
+   return 0;
 } // main