X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fprint_version.c;h=162e171888e4a17b9a25b044910c75096bd7949b;hp=b3300a98b884ded704a8d53f95aa1e1b7abf4b6d;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/sbr/print_version.c b/sbr/print_version.c index b3300a9..162e171 100644 --- a/sbr/print_version.c +++ b/sbr/print_version.c @@ -1,13 +1,10 @@ - /* - * 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. - */ +** print_version.c -- print a version string +** +** 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. +*/ #include @@ -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); }