summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-26 03:56:31 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-26 03:56:31 +0000
commitfae7ed0a63889f22b6aeff8bfe67efe26ac2d633 (patch)
treecfd960bd1683a98ca949a788dc7baf504c692e65 /src/xine-engine/xine.c
parent5d1dd3c2369c8715d1d459f7fbe12342f3c16dd1 (diff)
downloadxine-lib-fae7ed0a63889f22b6aeff8bfe67efe26ac2d633.tar.gz
xine-lib-fae7ed0a63889f22b6aeff8bfe67efe26ac2d633.tar.bz2
Removed trailing white spaces
CVS patchset: 3006 CVS date: 2002/10/26 03:56:31
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 66d122681..9838a9294 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.c,v 1.174 2002/10/23 22:23:46 guenter Exp $
+ * $Id: xine.c,v 1.175 2002/10/26 03:56:32 storri Exp $
*
* top-level xine functions
*
@@ -346,14 +346,14 @@ static int xine_open_internal (xine_stream_t *stream, const char *mrl) {
*/
if (!(stream->input_plugin = find_input_plugin (stream, mrl))) {
- xine_log (stream->xine, XINE_LOG_MSG,
+ xine_log (stream->xine, XINE_LOG_MSG,
_("xine: cannot find input plugin for this MRL\n"));
stream->err = XINE_ERROR_NO_INPUT_PLUGIN;
return 0;
}
stream->input_class = stream->input_plugin->input_class;
- stream->meta_info[XINE_META_INFO_INPUT_PLUGIN]
+ stream->meta_info[XINE_META_INFO_INPUT_PLUGIN]
= strdup (stream->input_class->get_identifier (stream->input_class));
@@ -379,7 +379,7 @@ static int xine_open_internal (xine_stream_t *stream, const char *mrl) {
printf ("xine: demux and input plugin found\n");
#endif
- stream->meta_info[XINE_META_INFO_SYSTEMLAYER]
+ stream->meta_info[XINE_META_INFO_SYSTEMLAYER]
= strdup (stream->demux_plugin->demux_class->get_identifier(stream->demux_plugin->demux_class));
/*