trailing white space removal.

This commit is contained in:
David E. O'Brien 2000-01-18 07:43:12 +00:00
parent c35874acaa
commit f8c1abb102

View File

@ -90,8 +90,6 @@ isonum_732(p)
return (*p << 24)|(p[1] << 16)|(p[2] << 8)|p[3];
}
static int
dirmatch(path, dp)
const char *path;