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; ...@@ -39,7 +39,7 @@ bool printableonly = false;
bool leadingspace = true; bool leadingspace = true;
int main (int argc, char *argv[]) { int main (int argc, char *argv[]) {
char ch; int ch;
progname = argv[0]; progname = argv[0];
strcpy(sort_delimiter, ""); strcpy(sort_delimiter, "");
...@@ -172,6 +172,7 @@ int main (int argc, char *argv[]) { ...@@ -172,6 +172,7 @@ int main (int argc, char *argv[]) {
} }
break; break;
} }
case ('?'):
default: { default: {
return (usage()); 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