Add final newlines to utils
This commit is contained in:
@@ -282,7 +282,8 @@ print_version ()
|
||||
%s (cygwin) %.*s\n\
|
||||
Password Utility\n\
|
||||
Copyright 1999, 2000, 2001, 2002 Red Hat, Inc.\n\
|
||||
Compiled on %s", prog_name, len, v, __DATE__);
|
||||
Compiled on %s\n\
|
||||
", prog_name, len, v, __DATE__);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user