aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-09-27 07:02:03 +0200
committerache <ache@ache.one>2019-09-27 07:02:03 +0200
commit0e1177cb791561bda2a967d8c8dd42a1dc061cef (patch)
tree5602e4b3a356298ab033f2974085d1dbb9ea9f97 /main.c
parentSearch by filename (diff)
Fix versionHEADmaster
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':