[rygel] core: Micro coding style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: Micro coding style fix
- Date: Thu, 10 Dec 2009 18:07:27 +0000 (UTC)
commit 4f09d087fdbc2da7226bd27c5d95e1cd1d799ed6
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Dec 8 17:30:15 2009 +0200
core: Micro coding style fix
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 cf4e6d5..45a636b 100644
--- a/src/rygel/rygel-http-seek.vala
+++ b/src/rygel/rygel-http-seek.vala
@@ -190,7 +190,7 @@ internal class Rygel.HTTPSeek : GLib.Object {
value += start.to_string () + "-";
if (stop >= 0.0) {
- value += stop.to_string();
+ value += stop.to_string ();
}
if (this.length > 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]