Browse Source

Corrected a horrible typing mistake.

keie 39 years ago
parent
commit
218f7ed718
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/pmds/cv/cv.c

+ 1 - 1
mach/pmds/cv/cv.c

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