diff options
Diffstat (limited to 'src/cmd/pic')
-rw-r--r-- | src/cmd/pic/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/pic/input.c b/src/cmd/pic/input.c index 005fa292..a81f622e 100644 --- a/src/cmd/pic/input.c +++ b/src/cmd/pic/input.c @@ -26,7 +26,7 @@ void pushsrc(int type, char *ptr) /* new input source */ srcp->type = type; srcp->sp = ptr; if (dbg > 1) { - printf("\n%3d ", (int) (srcp - src)); + printf("\n%3d ", (int)(srcp - src)); switch (srcp->type) { case File: printf("push file %s\n", ((Infile *)ptr)->fname); |