From 3da4948c0fc1f2c21b163f0ec456b2d99c881258 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 Sep 2013 12:31:19 -0400 Subject: Miscellaneous cleanups. --- e-util/e-file-request.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'e-util/e-file-request.c') 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 ( -- cgit v1.2.3