X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fconf.h;h=50dbddc1712ea109b7c9fc24357e91a825d7b0e8;hb=aeb6304585a714ebff73955095d9b49863ebb199;hp=95baf2ca5fe2354ca45efdee81f33358372afa0d;hpb=ac8a8e3f332db69813c1bcfec5d4e855f87b6f66;p=libucw.git diff --git a/ucw/conf.h b/ucw/conf.h index 95baf2ca..50dbddc1 100644 --- a/ucw/conf.h +++ b/ucw/conf.h @@ -132,7 +132,7 @@ struct cf_section { /** A section. **/ * uns value; * }; * - * struct clist nodes; + * static struct clist nodes; * * static struct cf_section node = { * CF_TYPE(struct list_node), @@ -148,7 +148,7 @@ struct cf_section { /** A section. **/ * CF_END * }; * - * You could use <> or <> + * You could use <> or <> * macros to create arrays. */ #define CF_TYPE(s) .size = sizeof(s)