Use proper type
authorDaniel Kouřil <kouril@ics.muni.cz>
Thu, 19 Jan 2012 08:25:44 +0000 (08:25 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Thu, 19 Jan 2012 08:25:44 +0000 (08:25 +0000)
emi.canl.canl-c/src/canl_locl.h

index 82b997b..ed04b7c 100644 (file)
@@ -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;