make zypp-backend compile again

This commit is contained in:
Stefan Haas 2008-03-10 15:33:35 +01:00
parent 51cae6fabf
commit e0cc6351c2

View File

@ -954,7 +954,7 @@ find_packages_real (PkBackend *backend, const gchar *search, const gchar *filter
pk_backend_set_status (backend, PK_STATUS_ENUM_QUERY);
/* parse */
filter = pk_filter_new_from_string (filter_text)
filter = pk_filter_new_from_string (filter_text);
if (filter == NULL) {
pk_error ("filter invalid, daemon broken");
}