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

@ -79,6 +79,8 @@ state_cb(const struct xbps_state_cb_data *xscd, void *cbd _unused)
if (slog) if (slog)
syslog(LOG_ERR, "%s", xscd->desc); syslog(LOG_ERR, "%s", xscd->desc);
break; break;
default:
break;
} }
return 0; return 0;

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); syslog(LOG_ERR, "%s", xscd->desc);
} }
break; break;
default:
break;
} }
return 0; return 0;