Fixed warning.

This commit is contained in:
Andrew Johnson
2006-12-12 21:04:19 +00:00
parent 0f0ff1eec0
commit 556724f050
+1 -1
View File
@@ -908,7 +908,7 @@ static void exitCallFunc(const iocshArgBuf *)
static void localRegister (void)
{
iocshRegister(&commentFuncDef,helpCallFunc);
iocshRegister(&commentFuncDef,commentCallFunc);
iocshRegister(&exitFuncDef,exitCallFunc);
iocshRegister(&helpFuncDef,helpCallFunc);
iocshRegister(&iocshCmdFuncDef,iocshCmdCallFunc);