From f7d6d1204932120647dde66a21f636a8ceb91028 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 29 Mar 2003 05:45:02 +0000 Subject: [PATCH] Eliminate unnecessary newline in OS_Variant. --- v7/src/microcode/nttop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/nttop.c b/v7/src/microcode/nttop.c index d27f45dec..bd3796f90 100644 --- a/v7/src/microcode/nttop.c +++ b/v7/src/microcode/nttop.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: nttop.c,v 1.33 2003/02/14 18:48:12 cph Exp $ +$Id: nttop.c,v 1.34 2003/03/29 05:45:02 cph Exp $ -Copyright 1993-2000 Massachusetts Institute of Technology +Copyright 1993,1997,1998,2000,2003 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -197,7 +197,7 @@ OS_initialize (void) (info.dwMinorVersion)); NT_windows_type = wintype_31; } - strcat (p, " IA-32\n"); + strcat (p, " IA-32"); OS_Variant = p; } } -- 2.25.1