From e5bc89306f4da5ea8b17f15c385ba3aae56cb82c Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 5 Dec 2009 03:30:16 +0100 Subject: [PATCH] core: Minor formatting fix --- src/rygel/rygel-http-request.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rygel/rygel-http-request.vala b/src/rygel/rygel-http-request.vala index eab86e0..c5f7a0c 100644 --- a/src/rygel/rygel-http-request.vala +++ b/src/rygel/rygel-http-request.vala @@ -82,7 +82,7 @@ internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine { try { var uri = new ItemUri.from_string (this.msg.uri.path, - this.http_server.path_root); + this.http_server.path_root); this.item_id = uri.item_id; this.thumbnail_index = uri.thumbnail_index; -- 2.7.4