]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 07:47:00 +0000 (07:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 07:47:00 +0000 (07:47 +0000)
lib-src/etags.c

index aa5fda39396c0b46ed73c4c7b00f62064f30a3ed..f3534e02d7cf4d635261d9fb70d9b19b88317fc9 100644 (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);