]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/conf.txt
Fixed a typo in configuration example.
[libucw.git] / ucw / doc / conf.txt
index 2bc7cf081e0b75ca88ff0b73fd8c1ea18dd42794..71358a81c71344b75851d809f9b71df4c06202d1 100644 (file)
@@ -152,7 +152,7 @@ are three ways to do that:
 +
 For example, you can have an static array of five unsigned integers:
 +
 +
 For example, you can have an static array of five unsigned integers:
 +
-  static uns array = { 1, 2, 3, 4, 5 };
+  static uns array[] = { 1, 2, 3, 4, 5 };
 +
   static struct cf_section section = {
     CF_ITEMS {
 +
   static struct cf_section section = {
     CF_ITEMS {