diff options
Diffstat (limited to 'src/pacman/add.c')
-rw-r--r-- | src/pacman/add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/add.c b/src/pacman/add.c index 64e5264d..111ea9de 100644 --- a/src/pacman/add.c +++ b/src/pacman/add.c @@ -38,7 +38,7 @@ extern config_t *config; int pacman_add(alpm_list_t *targets) { - alpm_list_t *i = targets, *data; + alpm_list_t *i = targets, *data = NULL; int retval = 0; if(targets == NULL) { |