summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/attr.c')
-rw-r--r--release/sysinstall/attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/attr.c b/release/sysinstall/attr.c
index e876b4b..ca366bb 100644
--- a/release/sysinstall/attr.c
+++ b/release/sysinstall/attr.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id$
+ * $Id: attr.c,v 1.15 1997/02/22 14:11:10 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -85,7 +85,7 @@ attr_parse(Attribs *attr, FILE *fp)
state = NAME;
}
else {
- msgDebug("Parse config: Invalid character '%c' at line %d", ch, lno);
+ msgDebug("Parse config: Invalid character '%c' at line %d\n", ch, lno);
state = COMMENT; /* Ignore the rest of the line */
}
break;
OpenPOWER on IntegriCloud