diff --git a/sanei/sanei_scsi.c b/sanei/sanei_scsi.c index 6acaf9b62..c9966d519 100644 --- a/sanei/sanei_scsi.c +++ b/sanei/sanei_scsi.c @@ -226,19 +226,19 @@ static char lastrcmd[16]; /* hold command block of last read command */ #endif #if USE == SOLARIS_INTERFACE -# define MAX_DATA (128*1024) +# define MAX_DATA (128*1024) #endif #if USE == SOLARIS_SG_INTERFACE -# define MAX_DATA (128*1024) +# define MAX_DATA (128*1024) #endif #if USE == SOLARIS_USCSI_INTERFACE -# define MAX_DATA (128*1024) +# define MAX_DATA (128*1024) #endif #if USE == IRIX_INTERFACE -# define MAX_DATA (128*1024) +# define MAX_DATA (128*1024) #endif