double colons.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16516
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-06-24 Tom Yu <tlyu@mit.edu>
+
+ * kpasswd.c (P1, P2): Cosmetic fix for prompts to avoid
+ double colons.
+
2004-06-07 Ezra Peisach <epeisach@mit.edu>
* kpasswd.c (get_name_from_passwd_file): Do not cast return from
#include <krb5.h>
-#define P1 "Enter new password: "
-#define P2 "Enter it again: "
+#define P1 "Enter new password"
+#define P2 "Enter it again"
#ifdef HAVE_PWD_H
#include <pwd.h>