make compiler happy
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 17 May 2005 15:44:31 +0000 (15:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 17 May 2005 15:44:31 +0000 (15:44 +0000)
Original commit message from CVS:
make compiler happy

ChangeLog
common
gst/subparse/gstsubparse.c

index 714235c..cef9a11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
+         make the compiler happy
+
 2005-05-17  Wim Taymans  <wim@fluendo.com>
 
        * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
diff --git a/common b/common
index 131c263..67b7e6c 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 131c2632127e6f061b5270d8f80651782a4fdd13
+Subproject commit 67b7e6c0db99415e0440d0c576495641b53e976a
index 1a63762..7c0ba7d 100644 (file)
@@ -379,6 +379,7 @@ parse_subrip (ParserState * state, const gchar * line)
       return NULL;
     default:
       g_assert_not_reached ();
+      return NULL;
   }
 }
 
@@ -412,6 +413,7 @@ parse_mpsub (ParserState * state, const gchar * line)
       return NULL;
     default:
       g_assert_not_reached ();
+      return NULL;
   }
 }