buglet fix

This commit is contained in:
Matt Jacob 2000-01-15 23:05:29 +00:00
parent 60f2f4e3df
commit 982ab0744f

View file

@ -745,7 +745,7 @@ ses_type(void *buf, int buflen)
/*
* PassThrough Device.
*/
return (SES_SES_PASSTHRU);
return (SES_SES_PASSTHROUGH);
}
#endif