code cleanup

This commit is contained in:
Aurelien Foret 2006-01-10 17:55:17 +00:00
parent fd6ce1f4cb
commit ec305c1443
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ int pacman_remove(list_t *targets)
alpm_list_free(data);
break;
default:
ERR(NL, "%s\n", alpm_strerror(pm_errno));
break;
}
goto error;
}