X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=b8a5a1159a6a19a35c7e4920f8e6b43126187abd;hp=2c522d086177aecd5515360e23d5951fc6a2f45a;hb=e83dbdbc6200a71981d06773869cd0492f81f16c;hpb=3e8bb0a04f87021439ed4601a12ed8485eba27d3 diff --git a/main.c b/main.c index 2c522d0..b8a5a11 100644 --- 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);