diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-09-27 00:51:25 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-09-27 00:51:25 +0300 |
commit | 7286c9fc5b55df0499c7a8f28b5e61ec57e788cc (patch) | |
tree | 9aa8cd4c6ddd4e27d84dc94c6b91bdb0e380062d /src/actions.c | |
parent | a087fe8c11f6139e0e0d48f055f8184e906befce (diff) | |
download | ck-7286c9fc5b55df0499c7a8f28b5e61ec57e788cc.tar.gz ck-7286c9fc5b55df0499c7a8f28b5e61ec57e788cc.tar.bz2 ck-7286c9fc5b55df0499c7a8f28b5e61ec57e788cc.zip |
Add licence and version info
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index b164779..54e781b 100644 --- a/src/actions.c +++ b/src/actions.c @@ -154,7 +154,6 @@ int run_LIST(UserOpt *opt, Conf *conf) { list_free(list_type); return 0; case LT_NONE: - printf("What should I list? (paths, configs)\n"); close_DB(&db); list_free(list_type); return 1; |