[rygel] Fix the build. Sorry



commit df5eb7685e56a2bb7aa5f8ffa8c9e5d16d6b0313
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 8 13:54:22 2012 +0200

    Fix the build. Sorry

 src/librygel-server/rygel-http-seek.vala |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
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 {
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]