print_info() should be void as it has nothing to return
modified pkg/pkgcli.h
@@ -146,7 +146,7 @@ void usage_which(void);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/utils.c
@@ -127,7 +127,7 @@ absolutepath(const char *src, char *dest, size_t dest_len) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -283,8 +283,6 @@ print_info(struct pkg * const pkg, unsigned int opt)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|