* update some unit test cases

This commit is contained in:
Dirk-Jan C. Binnema
2010-12-03 20:45:01 +02:00
parent 11605d49d1
commit 10b0f321c8
3 changed files with 199 additions and 2 deletions

View File

@ -116,7 +116,7 @@ MuResult mu_store_store (MuStore *store, MuMsg *msg);
* @return TRUE if it succeeded, FALSE otherwise
*/
MuResult mu_store_remove (MuStore *store,
const char* msgpath);
const char* msgpath);
/**