summaryrefslogtreecommitdiffstats
path: root/expac.c
diff options
context:
space:
mode:
Diffstat (limited to 'expac.c')
-rw-r--r--expac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index d89e072..1039e34 100644
--- a/expac.c
+++ b/expac.c
@@ -839,7 +839,7 @@ static alpm_list_t *process_targets(int argc, char **argv)
int main(int argc, char *argv[])
{
alpm_list_t *results = NULL, *targets = NULL;
- expac_t *expac;
+ expac_t *expac = NULL;
int r;
r = parse_options(&argc, &argv);