fix -profile-del

SVN revision: 17647
This commit is contained in:
jcwong 2005-10-18 05:44:38 +00:00 committed by jcwong
parent c087f3e151
commit 161a2e4e65
1 changed files with 1 additions and 1 deletions

View File

@ -6456,7 +6456,7 @@ break;
/****************************************************************************/
#define HDL E_IPC_OP_PROFILE_DEL
#if (TYPE == E_REMOTE_OPTIONS)
OP("-profile-add", 1, "Delete profile named OPT1", 0, HDL)
OP("-profile-del", 1, "Delete profile named OPT1", 0, HDL)
#elif (TYPE == E_REMOTE_OUT)
REQ_STRING(params[0], HDL);
#elif (TYPE == E_WM_IN)