aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-03-11 07:11:46 +0000
committerMike Smith <msmith@FreeBSD.org>1997-03-11 07:11:46 +0000
commit169b2e51e345c2158e8047fe5c67823bc797e848 (patch)
tree63f023014c625aaf735c494a890b5bb6177ff022
parent1dbc1ff01e226e497f249796ef54ac8ee4c79025 (diff)
Notes
-rw-r--r--sys/i386/i386/userconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index 1d330d362e7c..90066548bad5 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/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$
+ ** $Id: userconfig.c,v 1.83 1997/02/22 09:32:59 peter Exp $
**/
/**
@@ -1314,7 +1314,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);
@@ -2358,7 +2358,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: userconfig.c,v 1.83 1997/02/22 09:32:59 peter Exp $
*/
#include "scbus.h"