[cli] fix coap secure typo (#3873)

This commit is contained in:
Yakun Xu
2019-05-28 10:15:52 -07:00
committed by Jonathan Hui
parent 9df0bac4d9
commit 2695dc982f
+1 -1
View File
@@ -384,7 +384,7 @@ otError CoapSecure::ProcessX509(int argc, char *argv[])
exit:
return error;
#else
return OT_ERROR_DISABLED_FEATURE
return OT_ERROR_DISABLED_FEATURE;
#endif
}