Skip to content

Commit

Permalink
* mu-cmd-server.c: cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Dec 27, 2011
1 parent 858552a commit f393b22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mu-cmd-server.c
Expand Up @@ -688,8 +688,7 @@ cmd_view (MuStore *store, GSList *args, GError **err)
unsigned docid;
char *sexp;

return_if_fail_param_num (args, 1, 1,
"message <docid> <view|reply|forward>");
return_if_fail_param_num (args, 1, 1, "view <docid>");

docid = get_docid (NULL, (const char*)args->data, err);
if (docid == MU_STORE_INVALID_DOCID)
Expand Down

0 comments on commit f393b22

Please sign in to comment.