From 4ce02f5a044cfb51e88c2ef39bf7a5e05a7df81c Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 2 May 2004 20:13:23 +0000 Subject: too stupid to edit a file... CVS patchset: 6481 CVS date: 2004/05/02 20:13:23 --- src/video_out/video_out_pgx64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/video_out') diff --git a/src/video_out/video_out_pgx64.c b/src/video_out/video_out_pgx64.c index 7fbf4e7c8..6dc1f4b8e 100644 --- a/src/video_out/video_out_pgx64.c +++ b/src/video_out/video_out_pgx64.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: video_out_pgx64.c,v 1.62 2004/05/02 20:00:57 mroi Exp $ + * $Id: video_out_pgx64.c,v 1.63 2004/05/02 20:13:23 mroi Exp $ * * video_out_pgx64.c, Sun PGX64/PGX24 output plugin for xine * @@ -1071,7 +1071,7 @@ static vo_driver_t *pgx64_init_driver(video_driver_class_t *class_gen, const voi devname = class->config->register_string(class->config, "video.pgx64_device", "/dev/fb", _("PGX64/PGX24 device path"), _("Specifies the file name for the PGX64/PGX24 device to be used.\n"), - 20, NULL); + 20, NULL, NULL); if ((fbfd = open(devname, O_RDWR)) < 0) { xprintf(class->xine, XINE_VERBOSITY_LOG, _("video_out_pgx64: Error: can't open framebuffer device '%s'\n"), devname); -- cgit v1.2.3