diff options
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 9ea40a3e4e..e548bc7001 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -3915,7 +3915,7 @@ handle_mailto (EMsgComposer *composer, const char *mailto) } } } else if (!strcasecmp (header, "attach")) { - /*Change file url to absolute path*/ + /* Change file url to absolute path */ if (!strncasecmp (content, "file:", 5)) { url = camel_url_new (content, NULL); e_msg_composer_attachment_bar_attach (E_MSG_COMPOSER_ATTACHMENT_BAR (composer->attachment_bar), |