Fixes compiler warning: control reaches end of non-void function

This commit is contained in:
Jose Pedro Oliveira
2013-09-19 15:26:26 +01:00
parent 387250cd83
commit b8fd3d2d8e
+2
View File
@@ -177,4 +177,6 @@ int main(int argc, char *argv[])
}
usage(argv[0]);
return 0;
}