From ba051c6555561e1eea81b68bcc7bd2dc1877cfab Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 3 Aug 1993 09:08:40 +0000 Subject: [PATCH] Fix a problem introduced when checking the file in. --- v7/src/microcode/errors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/errors.h b/v7/src/microcode/errors.h index bbffb6246..a98525e30 100644 --- a/v7/src/microcode/errors.h +++ b/v7/src/microcode/errors.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: errors.h,v 9.39 1993/08/03 08:29:44 gjr Exp $ +$Id: errors.h,v 9.40 1993/08/03 09:08:40 gjr Exp $ Copyright (c) 1987-1993 Massachusetts Institute of Technology @@ -283,4 +283,4 @@ MIT in each case. */ /* 0x1a */ "Backing out of non-primitive" \ } -#endif /* SCM_ERRORS_H /* +#endif /* SCM_ERRORS_H */ -- 2.25.1