From 9f26b98730603effcbd5ce800abe1522c563fcc1 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 3 May 2000 13:37:48 +0000 Subject: [PATCH] correct name --- src/iocsh/asTestRegister.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iocsh/asTestRegister.c b/src/iocsh/asTestRegister.c index 23adf3f4c..438a086c0 100644 --- a/src/iocsh/asTestRegister.c +++ b/src/iocsh/asTestRegister.c @@ -80,7 +80,7 @@ static void asprulesCallFunc(ioccrfArg **args) /* aspmem */ static ioccrfArg aspmemArg0 = { "asgname",ioccrfArgString,0}; -static ioccrfArg aspmemArg1 = { "asgname",ioccrfArgInt,0}; +static ioccrfArg aspmemArg1 = { "clients",ioccrfArgInt,0}; static ioccrfArg *aspmemArgs[2] = {&aspmemArg0,&aspmemArg1}; static ioccrfFuncDef aspmemFuncDef = {"aspmem",2,aspmemArgs}; static void aspmemCallFunc(ioccrfArg **args)