From 5affb62d7d2b56232aab2c1fbd43c243778424cf Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 26 Nov 2009 09:09:50 +0200 Subject: [PATCH] * mu-store-xapian: cosmetic --- src/mu-store-xapian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-store-xapian.h b/src/mu-store-xapian.h index 7d85e9a4..3c363b9b 100644 --- a/src/mu-store-xapian.h +++ b/src/mu-store-xapian.h @@ -34,7 +34,7 @@ MuStoreXapian* mu_store_xapian_new (const char* path); void mu_store_xapian_destroy (MuStoreXapian *store); MuResult mu_store_xapian_store (MuStoreXapian *store, - MuMsgGMime *msg); + MuMsgGMime *msg); MuResult mu_store_xapian_cleanup (MuStoreXapian *store, const char* msgpath);