fix botched printf spacing in last change.

This commit is contained in:
cgd 1996-04-29 16:36:19 +00:00
parent 6deeeb8a0f
commit 4335844690
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.c,v 1.8 1996/04/29 16:23:09 cgd Exp $ */
/* $NetBSD: cpu.c,v 1.9 1996/04/29 16:36:19 cgd Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -143,7 +143,7 @@ cpuattach(parent, dev, aux)
needcomma = 1;
}
if (p->pcs_proc_var & PCS_VAR_PE) {
printf("%s, Primary Eligible", needcomma ? ", " : "");
printf("%sPrimary Eligible", needcomma ? ", " : "");
needcomma = 1;
}
if (p->pcs_proc_var & PCS_VAR_RESERVED)