[rygel] core: fix bogus return statement
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: fix bogus return statement
- Date: Thu, 25 Jun 2009 15:46:25 +0000 (UTC)
commit ef6aa5b5606499ce2172fb246033c563e33da77e
Author: Jens Georg <mail jensge org>
Date: Sun Jun 21 01:41:59 2009 +0200
core: fix bogus return statement
src/rygel/rygel-media-db.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-media-db.vala b/src/rygel/rygel-media-db.vala
index b630e47..192306e 100644
--- a/src/rygel/rygel-media-db.vala
+++ b/src/rygel/rygel-media-db.vala
@@ -355,7 +355,7 @@ public class Rygel.MediaDB : Object {
break;
}
- return null;
+ return obj;
}
public MediaObject? get_object (string object_id) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]