From 3153e68a3cfbbeccf99b093c3aca370a01574816 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 27 Jul 2004 01:23:27 +0000 Subject: [PATCH] compilation typo --- lib/MSWindows/aspi32.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/MSWindows/aspi32.c b/lib/MSWindows/aspi32.c index 6212a4e6..5b8236cb 100644 --- a/lib/MSWindows/aspi32.c +++ b/lib/MSWindows/aspi32.c @@ -1,5 +1,5 @@ /* - $Id: aspi32.c,v 1.40 2004/07/27 01:06:02 rocky Exp $ + $Id: aspi32.c,v 1.41 2004/07/27 01:23:27 rocky Exp $ Copyright (C) 2004 Rocky Bernstein @@ -27,7 +27,7 @@ # include "config.h" #endif -static const char _rcsid[] = "$Id: aspi32.c,v 1.40 2004/07/27 01:06:02 rocky Exp $"; +static const char _rcsid[] = "$Id: aspi32.c,v 1.41 2004/07/27 01:23:27 rocky Exp $"; #include #include @@ -191,9 +191,9 @@ get_discmode_aspi (_img_private_t *p_env) dvd.physical.type = CDIO_DVD_STRUCT_PHYSICAL; dvd.physical.layer_num = 0; - if (0 == get_dvd_struct_physical_mmc (p_env, - scsi_mmc_run_cmd_aspi, - &dvd)) { + if (0 == scsi_mmc_get_dvd_struct_physical_private (p_env, + &scsi_mmc_run_cmd_aspi, + &dvd)) { switch(dvd.physical.layer[0].book_type) { case CDIO_DVD_BOOK_DVD_ROM: return CDIO_DISC_MODE_DVD_ROM; case CDIO_DVD_BOOK_DVD_RAM: return CDIO_DISC_MODE_DVD_RAM;