diff options
Diffstat (limited to 'src/util/testpkg.c')
-rw-r--r-- | src/util/testpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/testpkg.c b/src/util/testpkg.c index d4d058d8..93d3fccd 100644 --- a/src/util/testpkg.c +++ b/src/util/testpkg.c @@ -40,7 +40,7 @@ static void output_cb(pmloglevel_t level, const char *fmt, va_list args) int main(int argc, char *argv[]) { int retval = 1; /* default = false */ - pmhandle_t *handle; + alpm_handle_t *handle; enum _pmerrno_t err; pmpkg_t *pkg = NULL; |