Fix typo in previous change.
This commit is contained in:
parent
03e30ce847
commit
5ee63e320f
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ static void
|
|||
print_version ()
|
||||
{
|
||||
/* Makes it easier to update automatically. */
|
||||
char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."
|
||||
char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc.";
|
||||
|
||||
printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
|
||||
puts (emacs_copyright);
|
||||
|
|
Loading…
Add table
Reference in a new issue