From bd82fa155744b58a47920f42f2d4cc5255e765f4 Mon Sep 17 00:00:00 2001 From: Oliver Rauch Date: Sun, 27 May 2001 10:26:20 +0000 Subject: [PATCH] Oliver Rauch: cosmetic changes in just applied changes to sanei/sanei_scsi.c --- sanei/sanei_scsi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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