Commit d4db22df authored by Doychin Dokov's avatar Doychin Dokov Committed by Georgi Chorbadzhiyski

Fix -V option (show version) to actually work

parent 99554e95
...@@ -804,6 +804,7 @@ int main( int i_argc, char **pp_argv ) ...@@ -804,6 +804,7 @@ int main( int i_argc, char **pp_argv )
break; break;
case 'V': case 'V':
DisplayVersion();
exit(0); exit(0);
break; break;
......
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