summaryrefslogtreecommitdiff
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-03-11 16:21:32 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-03-11 16:21:32 +0000
commit05ff97787931d708ae233d5d85ca3dcad3cb2662 (patch)
treea27dbe2e9a283ee7e7bd4d05f4749a7ace20974c /sys/pc98/i386
parent3f7e5cf9773ab69f4d8e14d556b0cf8a0350f829 (diff)
Notes
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r--sys/pc98/i386/userconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 98b3788c9788..a1dc40c9744c 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.10.2.7 1997/02/09 10:35:35 kato Exp $
+ ** $Id: userconfig.c,v 1.10.2.8 1997/02/13 12:30:13 kato Exp $
**/
/**
@@ -1328,7 +1328,7 @@ redrawactive(void)
if (conflicts)
{
- sprintf(cbuf,"!i%d conflict%s",conflicts,(conflicts>1)?"s":"");
+ sprintf(cbuf,"!i%d conflict%s-",conflicts,(conflicts>1)?"s":"");
putxy(45,0,cbuf);
}else{
putxyl(45,0,lines,16);
@@ -2372,7 +2372,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.10.2.7 1997/02/09 10:35:35 kato Exp $
+ * $Id: userconfig.c,v 1.10.2.8 1997/02/13 12:30:13 kato Exp $
*/
#include "scbus.h"