xbps-re{configure,move}: fix previous.

This commit is contained in:
Juan RP
2015-02-18 17:02:50 +01:00
parent 96b76c28e5
commit 9c47bc0b1a
2 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,8 @@ state_cb_rm(const struct xbps_state_cb_data *xscd, void *cbdata _unused)
syslog(LOG_ERR, "%s", xscd->desc);
}
break;
default:
break;
}
return 0;