comparison lib-src/etags.c @ 81231:404952adbf23

Fix typo in previous change.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Jun 2007 07:47:00 +0000
parents 58d377c5c5bb
children a5a2ef19d358 e9f94688a064
comparison
equal deleted inserted replaced
81230:488b6efe575f 81231:404952adbf23
886 #endif 886 #endif
887 static void 887 static void
888 print_version () 888 print_version ()
889 { 889 {
890 /* Makes it easier to update automatically. */ 890 /* Makes it easier to update automatically. */
891 char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc." 891 char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc.";
892 892
893 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); 893 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
894 puts (emacs_copyright); 894 puts (emacs_copyright);
895 puts ("This program is distributed under the terms in ETAGS.README"); 895 puts ("This program is distributed under the terms in ETAGS.README");
896 896