controlapi: reformat yCgiCallList

Origin commit data
------------------
Commit: ca34eadcf1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-21 (Sun, 21 Feb 2016)

Origin message was:
------------------
- controlapi: reformat yCgiCallList
This commit is contained in:
vanhofen
2016-02-21 20:20:23 +01:00
parent ae476ce195
commit 00774d8fde

View File

@@ -224,8 +224,6 @@ const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
{"file", &CControlAPI::FileCGI, "+xml"}, {"file", &CControlAPI::FileCGI, "+xml"},
{"statfs", &CControlAPI::StatfsCGI, "+xml"}, {"statfs", &CControlAPI::StatfsCGI, "+xml"},
{"getdir", &CControlAPI::getDirCGI, "+xml"} {"getdir", &CControlAPI::getDirCGI, "+xml"}
}; };
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Main Dispatcher // Main Dispatcher