Commit 8c4ffc8b authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

Fixed typo (videostab)

parent 306248e4
...@@ -399,7 +399,7 @@ int main(int argc, const char **argv) ...@@ -399,7 +399,7 @@ int main(int argc, const char **argv)
if (arg("output") != "no") if (arg("output") != "no")
outputPath = arg("output"); outputPath = arg("output");
quietMode = argb("quite"); quietMode = argb("quiet");
run(); run();
} }
......
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