Rouge ')'.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 30 Jul 1996 20:11:40 +0000 (20:11 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 30 Jul 1996 20:11:40 +0000 (20:11 +0000)
v8/src/runtime/coerce.scm

index f17889e164edddf6bef8a733d2460d3c388ca10a..8e3a36353c61aea8a57c7693f9d6f299a4fa027d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.8 1996/07/30 16:54:58 adams Exp $
+$Id: coerce.scm,v 1.9 1996/07/30 20:11:40 adams Exp $
 
 Copyright (c) 1996 Massachusetts Institute of Technology
 
@@ -198,7 +198,7 @@ MIT in each case. |#
 (define (%compiled-code-support:nonrestartable-continuation result)
   (error
    "You attempted to return to a subproblem with a non-restartable error in compiled code, using the value: ")
-   result))
+   result)
 
 (define (%compiled-code-support:signal-error-in-primitive prim . args)
   (apply prim args))