* cosmetics / minor

This commit is contained in:
djcb
2012-10-23 20:29:24 +03:00
parent b467fadc5c
commit bc90df6c53
4 changed files with 11 additions and 9 deletions

View File

@ -282,8 +282,8 @@ mu_query_new (MuStore *store, GError **err)
try {
return new MuQuery (store);
} MU_XAPIAN_CATCH_BLOCK_G_ERROR_RETURN (err, MU_ERROR_XAPIAN, 0);
return 0;
}