This commit is contained in:
Bob Halley
1999-06-24 22:26:50 +00:00
parent 0dae46cbc7
commit 544f5611e1

View File

@@ -173,7 +173,8 @@ indent(unsigned int *current, unsigned int to, int tabwidth,
{
isc_region_t r;
unsigned char *p;
int from, ntabs, nspaces, t;
unsigned int from;
int ntabs, nspaces, t;
from = *current;