diff lib-src/etags.c @ 7049:47965b6c2195

(print_version): Print VERSION as a string.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Apr 1994 07:08:49 +0000
parents 63ab519f7057
children 6fa038c33a0f
line wrap: on
line diff
--- a/lib-src/etags.c	Sat Apr 23 06:52:33 1994 +0000
+++ b/lib-src/etags.c	Sat Apr 23 07:08:49 1994 +0000
@@ -303,7 +303,7 @@
 print_version ()
 {
 #ifdef VERSION
-  printf ("%s for Emacs version %g.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
+  printf ("%s for Emacs version %s.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
 #else
   printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS");
 #endif