diff options
Diffstat (limited to 'omshell.c')
-rw-r--r-- | omshell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ CODE_STD_STRING_REQUESTparseSelectorAct(1) */ if(*p == '^') { if((iRet = createInstance(&pData)) != RS_RET_OK) - return iRet; + goto finalize_it; } |