* fix typo that broke unit test

This commit is contained in:
Dirk-Jan C. Binnema 2010-08-29 22:15:25 +03:00
parent 15ad934d81
commit a512cb64f4
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ mu_cmd_index (MuConfigOptions *opts)
MuIndexStats stats;
g_return_val_if_fail (opts, FALSE);
g_return_val_if_fail (mu_cmd_equals (opts, "find"), FALSE);
g_return_val_if_fail (mu_cmd_equals (opts, "index"), FALSE);
if (!check_index_params (opts))
return FALSE;