From: Murray Cumming Date: Mon, 8 Oct 2012 11:54:22 +0000 (+0200) Subject: Fix the build. Sorry X-Git-Tag: RYGEL_0_17_0-w42~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df5eb7685e56a2bb7aa5f8ffa8c9e5d16d6b0313;p=profile%2Fivi%2Frygel.git Fix the build. Sorry --- diff --git a/src/librygel-server/rygel-http-seek.vala b/src/librygel-server/rygel-http-seek.vala index 799fccc..96482e2 100644 --- a/src/librygel-server/rygel-http-seek.vala +++ b/src/librygel-server/rygel-http-seek.vala @@ -37,11 +37,9 @@ public enum Rygel.HTTPSeekType { * HTTPSeek is an abstract representation of a ranged HTTP request. * * It can be one of: - * - The classic Range request (seek_type == HTTPSeekType.BYTE), with start, - * stop in bytes. - * - The DLNA-Specific "TimeSeekRange.dlna.org" request (seek_type == HTTPSeekType.TIME), - * with start and stop in microseconds. * + * - The classic Range request (seek_type == HTTPSeekType.BYTE), with start and stop in bytes. + * - The DLNA-Specific "TimeSeekRange.dlna.org" request (seek_type == HTTPSeekType.TIME) with start and stop in microseconds. */ public abstract class Rygel.HTTPSeek : GLib.Object {