diff options
Diffstat (limited to 'e-util/e-file-request.c')
-rw-r--r-- | e-util/e-file-request.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-file-request.c b/e-util/e-file-request.c index 4ec56d2829..8cce9cacbb 100644 --- a/e-util/e-file-request.c +++ b/e-util/e-file-request.c @@ -55,7 +55,8 @@ handle_file_request (GSimpleAsyncResult *res, if (g_file_get_contents (uri->path, &contents, &length, NULL)) { - request->priv->content_type = g_content_type_guess (uri->path, NULL, 0, NULL); + request->priv->content_type = + g_content_type_guess (uri->path, NULL, 0, NULL); request->priv->content_length = length; stream = g_memory_input_stream_new_from_data ( |