* cosmetics

This commit is contained in:
djcb
2012-04-26 17:53:34 +03:00
parent ed8bc7fb3b
commit 5ea06f1469
3 changed files with 7 additions and 5 deletions

View File

@ -1073,7 +1073,8 @@ cmd_sent (MuStore *store, MuQuery *query, GSList *args, GError **err)
else {
gchar *escpath;
escpath = mu_str_escape_c_literal (path, TRUE);
print_expr ("(:sent t :path %s :docid %u)", escpath, docid);
print_expr ("(:sent t :path %s :docid %u)",
escpath, docid);
g_free (escpath);
}