[project @ 2002-01-22 16:58:37 by simonmar]
[ghc-hetmet.git] / ghc / utils / unlit / unlit.c
index 475a41f..a9645fb 100644 (file)
@@ -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);