diff options
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go index cfe0695..1765971 100644 --- a/src/main.go +++ b/src/main.go @@ -126,7 +126,7 @@ func preprocess(rawTokens[] Token) []Token { os.Exit(1) } if incDepth == incDepthLim { - fmt.Fprintf(os.Stderr, "%s: error: include depth exceeds 200: %s: %d:%d.\n", + fmt.Fprintf(os.Stderr, "%s: error: include depth exceeds 200: %s.\n", progname, rawTokens[i].file) os.Exit(1) } |