X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fprint_version.c;h=28ce0c9a075e168a8a5430553aa052a9ea8d360d;hp=b3300a98b884ded704a8d53f95aa1e1b7abf4b6d;hb=a485ed478abbd599d8c9aab48934e7a26733ecb1;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/sbr/print_version.c b/sbr/print_version.c index b3300a9..28ce0c9 100644 --- a/sbr/print_version.c +++ b/sbr/print_version.c @@ -1,9 +1,6 @@ - /* * print_version.c -- print a version string * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -15,5 +12,5 @@ void print_version (char *invo_name) { - printf("%s -- %s\n", invo_name, version_str); + printf("%s -- %s\n", invo_name, version_str); }