Commit 44af9ecf authored by Yoni Fogel's avatar Yoni Fogel

Minor compatibility fixes.

git-svn-id: file:///svn/tokudb@338 c7de825b-a66e-492c-adef-691d508d4ae1
parent b0957b40
......@@ -39,7 +39,7 @@ bool printableonly = false;
bool leadingspace = true;
int main (int argc, char *argv[]) {
char ch;
int ch;
progname = argv[0];
strcpy(sort_delimiter, "");
......@@ -172,6 +172,7 @@ int main (int argc, char *argv[]) {
}
break;
}
case ('?'):
default: {
return (usage());
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment