make compiler happy

Original commit message from CVS:
make compiler happy
This commit is contained in:
Thomas Vander Stichele 2005-05-17 15:44:31 +00:00
parent 2d2490c260
commit 8f7b55d277
3 changed files with 8 additions and 1 deletions

View file

@ -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):

2
common

@ -1 +1 @@
Subproject commit 131c2632127e6f061b5270d8f80651782a4fdd13
Subproject commit 67b7e6c0db99415e0440d0c576495641b53e976a

View 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;
}
}