Rocco Rutte:
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index 2c522d0..b8a5a11 100644 (file)
--- a/main.c
+++ b/main.c
@@ -125,7 +125,7 @@ void mutt_exit (int code)
 
 static void mutt_usage (void)
 {
-  puts (mutt_make_version ());
+  puts (mutt_make_version (1));
 
   puts
     _
@@ -178,7 +178,7 @@ static void show_version (void)
   char buf[STRING];
 #endif
 
-  puts (mutt_make_version ());
+  puts (mutt_make_version (1));
   puts (_(Notice));
 
   uname (&uts);
@@ -218,7 +218,7 @@ static void show_version (void)
 #if HAVE_QDBM
   printf ("  qdbm %s\n", dpversion);
 #elif HAVE_GDBM
-  printf ("  gdbm %s\n", gbdm_version);
+  printf ("  gdbm %s\n", gdbm_version);
 #elif HAVE_DB4
   printf ("  DB4 %d.%d.%d\n", DB_VERSION_MAJOR, DB_VERSION_MINOR,
           DB_VERSION_PATCH);
@@ -732,7 +732,7 @@ int main (int argc, char **argv)
     show_version ();
     break;
   default:
-    puts (mutt_make_version ());
+    puts (mutt_make_version (1));
     puts (_(Copyright));
     puts (_(ReachingUs));
     exit (0);