Bug 1171358 - Fix -Wunreachable-code-return warning in libmar/tool. r=rstrong

This commit is contained in:
Chris Peterson 2015-06-04 00:00:23 -07:00
parent 84a6f47dc8
commit 106655ec6d

View File

@ -412,6 +412,4 @@ int main(int argc, char **argv) {
print_usage();
return -1;
}
return 0;
}