projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858af85
)
Eliminate unnecessary newline in OS_Variant.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 29 Mar 2003 05:45:02 +0000
(
05:45
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 29 Mar 2003 05:45:02 +0000
(
05:45
+0000)
v7/src/microcode/nttop.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/nttop.c
b/v7/src/microcode/nttop.c
index d27f45dec19dd844bdd306653d54841223df41dc..bd3796f902094d5024121dd9b3e3681e26293dc4 100644
(file)
--- a/
v7/src/microcode/nttop.c
+++ b/
v7/src/microcode/nttop.c
@@
-1,8
+1,8
@@
/* -*-C-*-
-$Id: nttop.c,v 1.3
3 2003/02/14 18:48:1
2 cph Exp $
+$Id: nttop.c,v 1.3
4 2003/03/29 05:45:0
2 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;
}
}