aboutsummaryrefslogtreecommitdiff
path: root/doc/demux_nsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/demux_nsf.c')
-rw-r--r--doc/demux_nsf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/demux_nsf.c b/doc/demux_nsf.c
index d22498c..ad7df7a 100644
--- a/doc/demux_nsf.c
+++ b/doc/demux_nsf.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2000-2002 the xine project 2 * Copyright Copyright (C) 2000-2002 the xine project
3 * 3 *
4 * This file is part of xine, a free video player. 4 * This file is part of xine, a free video player.
5 * 5 *
@@ -234,7 +234,7 @@ demux_nsf_send_headers (demux_plugin_t * this_gen)
234 234
235 this->stream->meta_info[XINE_META_INFO_TITLE] = strdup (this->title); 235 this->stream->meta_info[XINE_META_INFO_TITLE] = strdup (this->title);
236 this->stream->meta_info[XINE_META_INFO_ARTIST] = strdup (this->artist); 236 this->stream->meta_info[XINE_META_INFO_ARTIST] = strdup (this->artist);
237 sprintf (copyright, "(C) %s", this->copyright); 237 sprintf (copyright, "Copyright (C) %s", this->copyright);
238 this->stream->meta_info[XINE_META_INFO_COMMENT] = strdup (copyright); 238 this->stream->meta_info[XINE_META_INFO_COMMENT] = strdup (copyright);
239 239
240 /* send start buffers */ 240 /* send start buffers */