fix a typo
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -183,7 +183,7 @@ send_parameter_list (const char *buffer) | ... | @@ -183,7 +183,7 @@ send_parameter_list (const char *buffer) |
183 | rc = mu_mime_header_parse (buffer, NULL, &value, ¶m); | 183 | rc = mu_mime_header_parse (buffer, NULL, &value, ¶m); |
184 | if (rc) | 184 | if (rc) |
185 | { | 185 | { |
186 | mu_diag_funcall (MU_DIAG_ERROR, "mu_content_type_parse", buffer, rc); | 186 | mu_diag_funcall (MU_DIAG_ERROR, "mu_mime_header_parse", buffer, rc); |
187 | io_sendf ("NIL"); | 187 | io_sendf ("NIL"); |
188 | return; | 188 | return; |
189 | } | 189 | } | ... | ... |
-
Please register or sign in to post a comment