1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

code cleanup

This commit is contained in:
Aurelien Foret 2006-01-10 17:55:17 +00:00
parent fd6ce1f4cb
commit ec305c1443

View File

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