[rygel] core: Add a missing curly brace
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: Add a missing curly brace
- Date: Thu, 1 Oct 2009 20:28:52 +0000 (UTC)
commit 0946551eff347a20ccdde6faafef844a5bf5477b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Oct 1 20:02:10 2009 +0300
core: Add a missing curly brace
src/rygel/rygel-http-seek.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-seek.vala b/src/rygel/rygel-http-seek.vala
index 1042a34..98c2e67 100644
--- a/src/rygel/rygel-http-seek.vala
+++ b/src/rygel/rygel-http-seek.vala
@@ -166,7 +166,7 @@ internal class Rygel.HTTPSeek : GLib.Object {
}
}
- if (end_point >= 0)
+ if (end_point >= 0) {
value += end_point.to_string();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]