Corrected a horrible typing mistake.

This commit is contained in:
keie 1985-03-01 20:08:45 +00:00
parent aaad277322
commit 39374aec4c

View File

@ -125,7 +125,7 @@ getaddr(p_addr) long *p_addr ; {
return 1 ; return 1 ;
} }
getcnt(p_cnt) unsigned *p_cnt ; { getcnt(p_cnt) short *p_cnt ; {
char in[2] ; char in[2] ;
short out[2] ; short out[2] ;
int i ; int i ;