don't break docs build
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 23 Sep 2005 15:48:14 +0000 (15:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 23 Sep 2005 15:48:14 +0000 (15:48 +0000)
Original commit message from CVS:
don't break docs build

gst/gstpluginfeature.c

index d5bef7f..ac5a278 100644 (file)
@@ -84,7 +84,6 @@ gst_plugin_feature_finalize (GObject * object)
  * <programlisting>
  * GstPluginFeature *loaded_feature;
  * loaded_feature = gst_plugin_feature_load (feature);
- *
  * // presumably, we're no longer interested in the potentially-unloaded feature
  * gst_object_unref (feature);
  * feature = loaded_feature;