From d98d90047c337e204a86d939a18c57d95f220207 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 22 Jan 2002 16:58:37 +0000 Subject: [PATCH] [project @ 2002-01-22 16:58:37 by simonmar] More wibbles, sigh. Must have been typing with my elbows when I made that change. --- ghc/utils/unlit/unlit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/utils/unlit/unlit.c b/ghc/utils/unlit/unlit.c index 475a41f..a9645fb 100644 --- a/ghc/utils/unlit/unlit.c +++ b/ghc/utils/unlit/unlit.c @@ -349,7 +349,7 @@ char **argv; { /* Prefix the output with line pragmas */ if (prefix_str) { - fprintf(ostream, "#line 1 \"%s\"\n);{-# LINE 1 \"%s\" #-}\n", prefix_str, prefix_str); + fprintf(ostream, "#line 1 \"%s\"\n{-# LINE 1 \"%s\" #-}\n", prefix_str, prefix_str); } unlit(file, istream, ostream); -- 1.7.10.4