summaryrefslogtreecommitdiff
path: root/cgpt/cgpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt.c')
-rw-r--r--cgpt/cgpt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgpt/cgpt.c b/cgpt/cgpt.c
index 2851f7c5..e02bf4d6 100644
--- a/cgpt/cgpt.c
+++ b/cgpt/cgpt.c
@@ -118,6 +118,8 @@ int main(int argc, char *argv[]) {
}
}
+ TryInitMtd();
+
if (argc < 2) {
Usage();
return CGPT_FAILED;