From a62186e44c606a8d4cb45b3d8c3cc9fa6a5038ea Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 21 Dec 2011 19:09:46 +0100 Subject: srd: SRD_ERR_ARGS -> SRD_ERR_ARG. This is done to be consistent with libsigrok's SR_ERR_ARG (nicer that way). --- sigrokdecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigrokdecode.h') diff --git a/sigrokdecode.h b/sigrokdecode.h index f7d93ac..4d7567f 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -49,7 +49,7 @@ extern "C" { #define SRD_OK 0 /**< No error */ #define SRD_ERR -1 /**< Generic/unspecified error */ #define SRD_ERR_MALLOC -2 /**< Malloc/calloc/realloc error */ -#define SRD_ERR_ARGS -3 /**< Function argument error */ +#define SRD_ERR_ARG -3 /**< Function argument error */ #define SRD_ERR_PYTHON -4 /**< Python C API error */ #define SRD_ERR_DECODERS_DIR -5 /**< Protocol decoder path invalid */ -- cgit v1.2.3-70-g09d2