From: Pavel Charvat Date: Mon, 27 Oct 2008 10:08:37 +0000 (+0100) Subject: Fixed a typo in configuration example. X-Git-Tag: holmes-import~238 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=df17c554147ac4d68ead793d60ca1f8208bd2e6f;p=libucw.git Fixed a typo in configuration example. --- diff --git a/ucw/doc/conf.txt b/ucw/doc/conf.txt index 2bc7cf08..71358a81 100644 --- a/ucw/doc/conf.txt +++ b/ucw/doc/conf.txt @@ -152,7 +152,7 @@ are three ways to do that: + 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 {