From: graichen Date: Wed, 1 Jan 1997 20:08:10 +0000 (+0000) Subject: remove unneded space in printf (only cosmetic) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=733c0d70537526886c660429aa870895157201a9;p=openbsd remove unneded space in printf (only cosmetic) --- diff --git a/sys/dev/isa/pcmcia_pcic.c b/sys/dev/isa/pcmcia_pcic.c index 41e95247539..097e4a9b01a 100644 --- a/sys/dev/isa/pcmcia_pcic.c +++ b/sys/dev/isa/pcmcia_pcic.c @@ -1,4 +1,4 @@ -/* $Id: pcmcia_pcic.c,v 1.10 1996/11/29 22:55:06 niklas Exp $ */ +/* $Id: pcmcia_pcic.c,v 1.11 1997/01/01 20:08:10 graichen Exp $ */ /* * Copyright (c) 1995, 1996 John T. Kohl * All rights reserved. @@ -1061,6 +1061,6 @@ pcicmaster_print(aux, name) const char *name; { if (name != NULL) - printf("%s: master controller ", name); + printf("%s: master controller", name); return UNCONF; }