sanei/sanei_scsi.c: fixed a typo (Sg_scsi_id -> SG_scsi_id)

Abel
DEVEL_2_0_BRANCH-1
Abel Deuring 2002-03-07 20:45:52 +00:00
rodzic 07a9623ada
commit eb0e878a0f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1156,7 +1156,7 @@ sanei_scsi_open (const char *dev, int *fdp,
int ioctl_val;
int real_buffersize;
fdparms *fdpa = 0;
Sg_scsi_id devinfo;
SG_scsi_id devinfo;
pdata = fdpa = malloc(sizeof(fdparms));
if (!pdata)