Fix typo in previous change.

This commit is contained in:
Glenn Morris 2007-06-07 07:47:00 +00:00
parent 03e30ce847
commit 5ee63e320f

View file

@ -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);