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 )
break;
case 'V':
DisplayVersion();
exit(0);
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