X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Foptions.c;h=e66b13eb68cdae070b64ea487a0e926078a94d39;hb=2dbe1df5facb92bac31b5da0ca2e2e8ee6f9b358;hp=31257352874c2d18f961a27245b90dc0af268cd8;hpb=732191377db384f2d9541781a453ab805c6f57db;p=yaz-moved-to-github.git diff --git a/src/options.c b/src/options.c index 3125735..e66b13e 100644 --- a/src/options.c +++ b/src/options.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: options.c,v 1.6 2008-02-19 19:58:40 adam Exp $ + * $Id: options.c,v 1.7 2008-02-20 10:03:42 adam Exp $ */ /** * \file options.c @@ -67,7 +67,7 @@ int options (const char *desc, char **argv, int argc, char **arg) i++; } if (desc[i] == ':') - { /* string argument */ + { /* option with string argument */ type = desc[i++]; } if (desc_char == ch)