[project @ 2001-08-30 16:21:45 by rrt]
authorrrt <unknown>
Thu, 30 Aug 2001 16:21:45 +0000 (16:21 +0000)
committerrrt <unknown>
Thu, 30 Aug 2001 16:21:45 +0000 (16:21 +0000)
Remove a spurious space. Oh, yes.

ghc/compiler/main/DriverPipeline.hs

index c69f5ba..3fd507c 100644 (file)
@@ -868,7 +868,7 @@ doLink o_files = do
                      ++ pkg_extra_ld_opts
                      ++ extra_ld_opts
                      ++ if static && not no_hs_main then
-                           [ "-u", prefixUnderscore "PrelMain_mainIO_closure" ,
+                           [ "-u", prefixUnderscore "PrelMain_mainIO_closure",
                              "-u", prefixUnderscore "__init_PrelMain"] 
                         else []))