* minor update

This commit is contained in:
djcb
2013-12-21 10:01:04 -08:00
parent f79170ac6c
commit c48d290699
3 changed files with 12 additions and 8 deletions

View File

@ -320,8 +320,8 @@ mu_index_run (MuIndex *index, const char *path,
MuIndexMsgCallback msg_cb, MuIndexDirCallback dir_cb,
void *user_data)
{
MuIndexCallbackData cb_data;
MuError rv;
MuIndexCallbackData cb_data;
MuError rv;
g_return_val_if_fail (index && index->_store, MU_ERROR);
g_return_val_if_fail (msg_cb, MU_ERROR);