Add final newlines to utils
This commit is contained in:
@@ -822,7 +822,8 @@ print_version ()
|
||||
%s (cygwin) %.*s\n\
|
||||
Single-Step Profiler\n\
|
||||
Copyright 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