X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fgetarguments.c;h=5dbdf56896df940ab363eca8d0441afc01139037;hp=d133e0680d152df88ddf2c983cce44e4b4c123be;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/getarguments.c b/sbr/getarguments.c index d133e06..5dbdf56 100644 --- a/sbr/getarguments.c +++ b/sbr/getarguments.c @@ -1,10 +1,10 @@ /* - * getarguments.c -- Get the argument vector ready to go. - * - * 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. - */ +** getarguments.c -- Get the argument vector ready to go. +** +** 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 #include @@ -16,8 +16,8 @@ getarguments (char *invo_name, int argc, char **argv, int check_context) int n = 0; /* - * Check if profile/context specifies any arguments - */ + ** Check if profile/context specifies any arguments + */ if (check_context && (cp = context_find (invo_name))) { cp = getcpy (cp); /* make copy */ ap = brkstring (cp, " ", "\n"); /* split string */