fix unused variable
[project/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 5cd36e0..0850ad6 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -340,7 +340,7 @@ struct uci_context
        struct uci_list history_path;
 
        /* private: */
-       int errno;
+       int err;
        const char *func;
        jmp_buf trap;
        bool internal;