From: Glenn Morris Date: Thu, 7 Jun 2007 07:47:00 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-pretest-23.0.90~12431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ee63e320f3a36f94912f92c649a5e6b96a50473;p=emacs.git Fix typo in previous change. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index aa5fda39396..f3534e02d7c 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -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);