aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 70c007f..f00321a 100755
--- a/main.c
+++ b/main.c
@@ -155,9 +155,8 @@ int main(int argc, char* argv[]){
switch (c) {
case 'v':
- if( !strcmp(optlv[optIndex].name, "version") ) {
puts( VERSION_METAG );
- }
+ return EXIT_SUCCESS;
break;
case 'h':