From: Daniel KouĊ™il Date: Thu, 19 Jan 2012 08:25:44 +0000 (+0000) Subject: Use proper type X-Git-Tag: emi-canl-c_R_1_0_0_0~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=aca131c6f8b8aa5c8a10c4625edf67a1f7d304ad;p=jra1mw.git Use proper type --- diff --git a/emi.canl.canl-c/src/canl_locl.h b/emi.canl.canl-c/src/canl_locl.h index 82b997b..ed04b7c 100644 --- a/emi.canl.canl-c/src/canl_locl.h +++ b/emi.canl.canl-c/src/canl_locl.h @@ -59,7 +59,7 @@ typedef struct _cert_key_store { typedef struct _glb_ctx { char * err_msg; - canl_error_code err_code; + canl_err_code err_code; canl_error_origin err_orig; cert_key_store *cert_key; } glb_ctx;