X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.c;h=aa6570e1abc33bfe38e9ce87bf87316707263473;hp=4955b3cfea12e6e7abf93b672d4501cb1e46ca85;hb=99f21f0b6ecf29f949cdbce285e241a2e3ef3093;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83 diff --git a/afh.c b/afh.c index 4955b3cf..aa6570e1 100644 --- a/afh.c +++ b/afh.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2008 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2008 Andre Noll , see file COPYING. */ /** \file afh.c Paraslash's standalone audio format handler tool. */ @@ -20,7 +16,7 @@ /** Array of error strings. */ DEFINE_PARA_ERRLIST; -struct lls_parse_result *lpr; +static struct lls_parse_result *lpr; #define CMD_PTR (lls_cmd(0, afh_suite)) #define OPT_RESULT(_name) (lls_opt_result(LSG_AFH_PARA_AFH_OPT_ ## _name, lpr))