mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Fix typo in types_c.h
This commit is contained in:
parent
d2da7dc3e5
commit
f815bbab24
@ -133,7 +133,7 @@ typedef int CVStatus;
|
||||
|
||||
/** @see cv::Error::Code */
|
||||
enum {
|
||||
CV_StsOk= 0, /**< everithing is ok */
|
||||
CV_StsOk= 0, /**< everything is ok */
|
||||
CV_StsBackTrace= -1, /**< pseudo error for back trace */
|
||||
CV_StsError= -2, /**< unknown /unspecified error */
|
||||
CV_StsInternal= -3, /**< internal error (bad state) */
|
||||
|
Loading…
Reference in New Issue
Block a user