From: Chris Hanson Date: Sat, 29 Mar 2003 05:45:02 +0000 (+0000) Subject: Eliminate unnecessary newline in OS_Variant. X-Git-Tag: 20090517-FFI~1936 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f7d6d1204932120647dde66a21f636a8ceb91028;p=mit-scheme.git Eliminate unnecessary newline in OS_Variant. --- 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; } }