[rygel] core: Add missing }



commit 05a6dba7df6a3590335d2283801500960768ca41
Author: Jens Georg <mail jensge org>
Date:   Fri Jan 20 11:46:17 2012 +0100

    core: Add missing }

 src/rygel/rygel-http-item-uri.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-http-item-uri.vala b/src/rygel/rygel-http-item-uri.vala
index 5ed292f..ea06d8e 100644
--- a/src/rygel/rygel-http-item-uri.vala
+++ b/src/rygel/rygel-http-item-uri.vala
@@ -72,6 +72,7 @@ internal class Rygel.HTTPItemURI : Object {
 
                 if (subtitles.size > subtitle_index) {
                     this.extension = subtitles[subtitle_index].caption_type;
+                }
             }
         } else if (transcode_target != null) {
             try {



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